tests/test-config-case
author Patrick Mezard <pmezard@gmail.com>
Thu, 05 Jul 2007 19:11:38 +0200
changeset 4801 3a4310e8fe72
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
test-demandimport: match upper-case hexadecimal

#!/bin/sh

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

hg showconfig Section