tests/test-config-case
author Adrian Buehlmann <adrian@cadifra.com>
Sat, 30 Aug 2008 18:47:54 +0200
changeset 6947 a7fcb43af82e
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
increase code coverage of test-clone * add a non-inlined filelog to the test repo * add 'clone --pull' test case

#!/bin/sh

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

hg showconfig Section