tests/test-config-case.t
author Andrei Polushin <polushin@gmail.com>
Thu, 12 Jan 2012 02:12:00 +0700
changeset 15866 4a9387a97d5e
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
i18n-ru: editorial for 'diff' * * * i18n-ru: editorial for 'diff'

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

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