tests/test-config-case.t
author Martin Geisler <mg@aragost.com>
Wed, 23 Feb 2011 15:35:44 +0100
branchstable
changeset 13485 d8f31196a490
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
i18n-da: synchronize with 14a699ed774b

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

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