tests/test-config-case.t
author Martin Geisler <mg@lazybytes.net>
Thu, 02 Sep 2010 22:17:22 +0200
changeset 12155 94ad12aa0530
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
test-merge5: removed unnecessary parts of test - no need to initialize a new directory - no need to fix the commit time, already done by run-tests - no need to exit 0, use exit code from hg instead - better spacing around comments

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

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