tests/test-config-case.t
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 30 Aug 2010 14:06:18 +0900
changeset 12117 a40372c1c731
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
tests: unify test-resolve

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

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