Mercurial > hg
view tests/test-config-case.t @ 18399:66cec3c2ee00
tests: more comment cleanup related to obsolescence
author | Kevin Bullock <kbullock@ringworld.org> |
---|---|
date | Tue, 15 Jan 2013 22:08:47 -0600 |
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