tests/test-config-case.t
author Kevin Bullock <kbullock@ringworld.org>
Thu, 19 Jan 2012 16:10:26 -0600
branchstable
changeset 15957 12a1c9e92d66
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
update: note ways to avoid moving bookmark

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

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