tests/test-config-case
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 03 Jul 2007 03:06:40 -0300
changeset 4743 719c402258ee
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
test-copy2: use status -C instead of debugstate | grep copy

#!/bin/sh

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

hg showconfig Section