tests/test-config-case
author Christian Ebert <blacktrash@gmx.net>
Tue, 16 Mar 2010 22:27:22 +0100
changeset 10711 2df044888693
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
keyword: do not customize ui.note() when overwriting Behaviour change: hg commit --verbose now prints out the names of the files which are overwritten.

#!/bin/sh

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

hg showconfig Section