tests/test-config-case
author Frank Kingswood <frank@kingswood-consulting.co.uk>
Mon, 01 Dec 2008 13:42:04 +0000
changeset 7465 8f0305874701
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
tests: allow cvs import to reorder its filename list Also fix script to generate non-zero length test file b.

#!/bin/sh

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

hg showconfig Section