tests/test-config-case.t
author Steve Borho <steve@borho.org>
Wed, 22 Dec 2010 13:25:00 -0600
branchstable
changeset 13188 6c9345f9edca
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
util: concentrate quoting knowledge to windows.py quotecommand() This fixes all callers of util.quotecommand() and place special knowledge of the bugfix in 2.7.1 in a single platform specific place.

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

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