tests/test-config-case
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 03 Jul 2007 12:14:25 +0200
changeset 4780 8b90d763ea90
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Add extension to provide the 'hg children' command (with tests)

#!/bin/sh

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

hg showconfig Section