tests/test-config-case.t
author Adrian Buehlmann <adrian@cadifra.com>
Mon, 13 Jun 2011 13:53:58 +0200
changeset 14596 6a0070d00bc8
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
mq: rename abort_if_wdir_patched to abortifwdirpatched

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

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