tests/test-config-case
author Martin Geisler <mg@lazybytes.net>
Sat, 27 Jun 2009 12:31:41 +0200
changeset 8970 eac360045ba4
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
convert: do not ask for translation of "%s %s"

#!/bin/sh

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

hg showconfig Section