view tests/test-config-case.t @ 17272:632fa86aac55 stable

revset: fix the definition of "unstable changesets" for "unstable" predicate unstable-ness of changesets should be determined by obsolete-ness of not descendants but ancestors.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Sat, 28 Jul 2012 23:51:57 +0900
parents 73d20de5f30b
children
line wrap: on
line source

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