tests/test-config-case
author Bryan O'Sullivan <bos@serpentine.com>
Tue, 31 Jul 2007 17:18:59 -0700
changeset 5038 8f157190075e
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
convert: add config option to turn off use of branch names

#!/bin/sh

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

hg showconfig Section