tests/test-config-case.t
author Greg Ward <greg@gerg.ca>
Thu, 20 Oct 2011 21:56:30 -0400
branchstable
changeset 15332 0db47b8d025f
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
largefiles: rename lfconvert --tonormal option to --to-normal

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

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