tests/test-config-case
author Patrick Mezard <pmezard@gmail.com>
Fri, 14 Sep 2007 23:10:41 +0200
changeset 5308 9400d677efc7
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