tests/test-config-case.t
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Sat, 10 Nov 2012 02:19:20 +0100
changeset 18073 e411fd79ca69
parent 17015 73d20de5f30b
permissions -rw-r--r--
obsolete: refuse to push divergent changeset As other troubles `unstable` and `bumped`. Followup patches may simplify the push code with unification of "obsolescence troubles" handling.

hide outer repo
  $ hg init

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

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