tests/test-config-case.t
author Benoit Allard <benoit@aeteurope.nl>
Tue, 29 Nov 2011 19:51:35 +0100
branchstable
changeset 15582 3da1f60fc80d
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
diff: '\ No newline at end of file' is also not part of the header Diff containing '\ No newline at end of file' were colorized incorrectly.

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

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