tests/test-config-case.t
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 26 Sep 2012 14:19:19 +0200
changeset 17663 c6de8c696644
parent 17015 73d20de5f30b
permissions -rw-r--r--
histedit: extract bookmark logic in a dedicated function This lighten the main function and will help to see future changes to this bookmark logic.

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