view tests/test-config-case.t @ 15068:73307643a09f

repair: switch from changegroupsubset to getbundle This is in preparation of deprecating changegroupsubset.
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
date Thu, 01 Sep 2011 12:29:24 +0200
parents 5e2216a35839
children 73d20de5f30b
line wrap: on
line source

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

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