tests/test-config-case
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 14 Apr 2010 08:48:26 +0200
branchstable
changeset 10901 997173e49115
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
checklink: use an explicit prefix for the temporary file

#!/bin/sh

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

hg showconfig Section