tests/test-config-case
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 07 Jul 2007 20:52:31 +0200
changeset 4836 035489f60842
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Use a prefix for debuginstall tempfiles. This way you know where the files came from if they don't get removed.

#!/bin/sh

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

hg showconfig Section