tests/test-config-case
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 21 Jul 2007 10:30:51 +0200
changeset 4939 cdd33a048289
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
removed trailing whitespace

#!/bin/sh

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

hg showconfig Section