tests/test-config-case.t
author Alexander Sauta <demosito@gmail.com>
Fri, 30 Dec 2011 23:18:19 +0300
changeset 15754 5fef00ce7409
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
i18n-ru: translated missing commands output up to line 13868

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

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