Mercurial > hg
view tests/test-config-case @ 11225:d6dbd5e4ee72
ui.username(): expand environment variables in username configuration value.
note: expansion of config variables must be handled on a case-by-case basis
because they can contain arbitrary data that may not be desirable to expand.
author | Chad Dombrova <chadrik@gmail.com> |
---|---|
date | Wed, 26 May 2010 14:03:29 -0700 |
parents | 85a69f4d1e80 |
children |
line wrap: on
line source
#!/bin/sh echo '[Section]' >> $HGRCPATH echo 'KeY = Case Sensitive' >> $HGRCPATH echo 'key = lower case' >> $HGRCPATH hg showconfig Section