tests/test-config-case
author Martin Geisler <mg@lazybytes.net>
Fri, 27 Aug 2010 11:07:09 +0200
changeset 12232 0b5202807773
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
i18n-da: fix typo

#!/bin/sh

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

hg showconfig Section