tests/test-config-case
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 05 Nov 2008 18:57:54 +0100
changeset 7315 408cf9eb9e5d
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
tests: run svn tests only with svn bindings >1.3

#!/bin/sh

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

hg showconfig Section