tests/test-config-case
author Patrick Mezard <pmezard@gmail.com>
Fri, 11 Jul 2008 14:40:44 +0200
changeset 6806 2134d6c09432
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Add test for case folding issues

#!/bin/sh

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

hg showconfig Section