tests/test-config-case
author Brendan Cully <brendan@kublai.com>
Tue, 19 Dec 2006 17:03:34 -0800
changeset 3935 472d9670e6e9
parent 3415 ec6f400cff4d
child 4528 85a69f4d1e80
permissions -rwxr-xr-x
hgweb: add raw manifest template

#!/bin/sh

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

hg showconfig