tests/test-config-case
author Martin Geisler <mg@lazybytes.net>
Fri, 16 Jul 2010 14:44:30 +0200
branchstable
changeset 11600 76454cbc11e4
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
mark ui.warn strings for translation

#!/bin/sh

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

hg showconfig Section