tests/test-config-case.t
author Simon Heimberg <simohe@besonet.ch>
Sat, 23 Jul 2011 06:09:14 +0200
changeset 14924 545e00279670
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
ui: config path relative to repo root

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

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