tests/test-config-case.t
author Yun Lee <yunlee.bj@gmail.com>
Tue, 05 Apr 2011 12:40:47 +0800
changeset 13888 9e5407a67dea
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
help: sort help topics to make the output more readable (issue2751)

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

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