tests/test-config-case.t
author Matt Mackall <mpm@selenic.com>
Thu, 07 Oct 2010 18:05:04 -0500
changeset 12617 2063d36b406e
parent 12082 5e2216a35839
child 17015 73d20de5f30b
permissions -rw-r--r--
revsets: make revpair revsets-aware revpair returns the first and last members of the computed revset(s)

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

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