tests/test-config-case.t
author Shun-ichi GOTO <shunichi.goto@gmail.com>
Fri, 19 Nov 2010 18:07:15 +0900
branchstable
changeset 13067 9696954415db
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
win32mbcs: use extsetup() to wrap functions only once. Using reposetup() may cause multiple-wrap issue in some situation like "hg serve".

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

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