tests/test-config-case.t
author Matt Mackall <mpm@selenic.com>
Fri, 21 Oct 2011 16:52:16 -0500
branchstable
changeset 15333 f37b71fec602
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
largefiles: py2.4 doesn't have BaseException ..and it's the wrong base class anyway.

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

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