tests/test-config-case
author Andrei Vermel <avermel@mail.ru>
Fri, 09 Feb 2007 20:50:41 +0300
changeset 4075 31a679ae7eef
parent 3415 ec6f400cff4d
child 4528 85a69f4d1e80
permissions -rwxr-xr-x
Fix dirstate fail at drive root on Windows

#!/bin/sh

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

hg showconfig