tests/test-config-case
author Patrick Mezard <pmezard@gmail.com>
Mon, 06 Aug 2007 10:26:04 +0200
changeset 5088 7e2385a31933
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
hghave: detect executable permission availability.

#!/bin/sh

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

hg showconfig Section