tests/test-config-case.t
author Martin Geisler <mg@aragost.com>
Wed, 15 Jun 2011 17:25:58 +0200
changeset 14631 234b9795d74e
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
commands: add pointer to bookmarks command in branch help

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

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