Mercurial > hg
view tests/test-config-case.t @ 18191:e4f17956f45a stable
hgwebdir: honor web.templates and web.static for static files (issue3734)
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 22 Dec 2012 18:11:51 -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