tests/test-config-case.t
author Javi Merino <cibervicho@gmail.com>
Sat, 05 Feb 2011 14:37:25 +0000
changeset 13345 b8214d871338
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
doc: Capitalize the "options" header of mercurial commands

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

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