tests/test-config-case.t
author Marc-Antoine Ruel <maruel@google.com>
Wed, 16 Nov 2011 17:55:32 -0600
branchstable
changeset 15499 58f96703a9ab
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
posix: fix findexe() to check for file type and access

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

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