tests/test-config-case.t
author Simon Heimberg <simohe@besonet.ch>
Tue, 01 Nov 2011 20:13:53 +0100
changeset 15493 8504699d1aa6
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
setup: hgbuildmo inherits from Command hgbuildmo does not need anything provided by the build class.

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

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