tests/test-config-case
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 07 Mar 2008 00:24:36 +0100
changeset 6210 942287cb1f57
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Removed trailing spaces from everything except test output

#!/bin/sh

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

hg showconfig Section