tests/test-config-case.t
author Markus F.X.J. Oberhumer <markus@oberhumer.com>
Wed, 23 Mar 2011 02:33:24 +0100
changeset 13732 afe9269dccec
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
bdiff.c: rename all variables which hold a hash value to "hash"

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

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