view tests/test-config-case.t @ 12978:5ac9c903e7d2

test-win32text: use $TESTTMP in output
author Martin Geisler <mg@lazybytes.net>
date Sat, 13 Nov 2010 15:20:37 +0100
parents 5e2216a35839
children 73d20de5f30b
line wrap: on
line source

  $ echo '[Section]' >> $HGRCPATH
  $ echo 'KeY = Case Sensitive' >> $HGRCPATH
  $ echo 'key = lower case' >> $HGRCPATH

  $ hg showconfig Section
  Section.KeY=Case Sensitive
  Section.key=lower case