Mercurial > hg
view tests/test-config-case.t @ 18739:5b7175377bab stable 2.5.2
setparents: drop copies from dropped p2 (issue3843)
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 28 Feb 2013 21:29:31 -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