tests/test-config-case.t
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Sat, 30 Apr 2011 17:38:06 +0200
changeset 14115 1d5faa2c970f
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
tests: move test-issue436 in test-dispatch where fancyopts is tested

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

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