tests/test-config-case.t
author Matt Mackall <mpm@selenic.com>
Fri, 27 Jul 2012 12:33:48 -0500
branchstable
changeset 17263 c4ebdc36c17e
parent 17015 73d20de5f30b
permissions -rw-r--r--
largefiles: fix exception hack for i18n (issue3197) Properly fixing this is quite a bit trickier.

hide outer repo
  $ hg init

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

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