tests/test-config-case
author Martin Geisler <mg@daimi.au.dk>
Sat, 03 Jan 2009 17:15:21 +0100
changeset 7599 7bf7c073375e
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
lowercase ui.debug and assert output This does not effect the log or status commands and should be okay according to the compatibility rules.

#!/bin/sh

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

hg showconfig Section