tests/test-config-case
author Patrick Mezard <pmezard@gmail.com>
Wed, 03 Oct 2007 21:08:37 +0200
changeset 5360 ac2ccdcf4539
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Merge with crew-stable

#!/bin/sh

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

hg showconfig Section