tests/test-config-case
author Andrew Beekhof <beekhof@gmail.com>
Wed, 11 Jun 2008 14:49:53 +0200
changeset 6659 bc553c6d1ef9
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
webcommands: fix increments lost by 894875eae49b

#!/bin/sh

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

hg showconfig Section