tests/test-config-case.t
author Nils Adermann <naderman@naderman.de>
Sat, 12 Mar 2011 18:15:14 +0100
changeset 13644 7e6c2f58ad56
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
identify: list bookmarks for remote repositories

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

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