tests/test-config-case
author Brendan Cully <brendan@kublai.com>
Wed, 11 Jul 2007 00:04:15 -0700
changeset 4854 fc389dcc33f5
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Export extra in _tag so convert can set the branch of a tag

#!/bin/sh

echo '[Section]' >> $HGRCPATH
echo 'KeY = Case Sensitive' >> $HGRCPATH
echo 'key = lower case' >> $HGRCPATH

hg showconfig Section