tests/test-config-case
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 08 Jul 2007 12:59:58 +0200
changeset 4844 6215c0296473
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
merge with crew-stable

#!/bin/sh

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

hg showconfig Section