tests/test-config-case
author Patrick Mezard <pmezard@gmail.com>
Wed, 08 Aug 2007 22:47:18 +0200
changeset 5126 dcfd75502b82
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
Test symlink handling on platform not supporting them

#!/bin/sh

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

hg showconfig Section