tests/test-config-case
author Brendan Cully <brendan@kublai.com>
Mon, 25 Jun 2007 11:13:27 -0700
changeset 4713 c29ee52e0b68
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
mq: support qnew -I/-X and file name lists

#!/bin/sh

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

hg showconfig Section