Mercurial > hg
view tests/test-config-case.t @ 17953:49c85541617b
Merge with crew-stable
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Tue, 20 Nov 2012 10:09:06 -0800 |
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