tests/test-config-case
author Brendan Cully <brendan@kublai.com>
Thu, 26 Jul 2007 10:42:44 -0700
changeset 4998 b6c3abdbe0eb
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
convert: urlify svn repos if necessary. We should also try to extract the URL from an svn working directory.

#!/bin/sh

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

hg showconfig Section