tests/test-config-case
author Martin Geisler <mg@lazybytes.net>
Sun, 15 Aug 2010 17:49:59 +0200
branchstable
changeset 11885 08cd25ef8a38
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
dagparser: transplant part of 4e804302d30c

#!/bin/sh

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

hg showconfig Section