tests/test-config-case
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 07 Aug 2007 10:24:33 +0200
changeset 5115 ea7b982b6c08
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Remove trailing spaces

#!/bin/sh

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

hg showconfig Section