tests/test-config-case
author Brendan Cully <brendan@kublai.com>
Sat, 04 Aug 2007 23:07:52 -0700
changeset 5071 35d47b06d4e3
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
patch: add git symlink support

#!/bin/sh

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

hg showconfig Section