tests/test-config-case.t
author Matt Mackall <mpm@selenic.com>
Thu, 19 Jan 2012 11:35:06 -0600
changeset 15934 9d4b5c3cb853
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
qimport: back out 2eec74d7ce95 This patch presumed mq csets must always be secret, which isn't yet established.

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

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