tests/test-config-case.t
author Adrian Buehlmann <adrian@cadifra.com>
Fri, 24 Jun 2011 10:31:44 +0200
branchstable
changeset 14729 94eea58da2a3
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
update: do not use the term 'update' when mentioning reverting one file and give a more precise hint for how to revert such a file I'm using the term 'revision' instead of 'changeset' in this change to be consistent with the REV we use in the synopsis.

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

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