tests/test-config-case
author Brendan Cully <brendan@kublai.com>
Mon, 30 Apr 2007 09:32:44 -0700
changeset 4394 a6436e9333db
parent 3415 ec6f400cff4d
child 4528 85a69f4d1e80
permissions -rwxr-xr-x
Also restore old rm -A behavior for inexact patterns

#!/bin/sh

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

hg showconfig