tests/test-config-case
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 31 Aug 2007 12:54:07 +0200
changeset 5273 4287590a63af
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Fix \ inside ` problem in test-convert-svn (avoids code duplication, too)

#!/bin/sh

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

hg showconfig Section