tests/test-config-case
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 11 Aug 2007 13:35:25 +0200
changeset 5148 a04694e08775
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