tests/test-config-case
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Mon, 02 Mar 2009 23:11:15 +0100
changeset 7810 b136c6c5c1c7
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