tests/test-config-case
author Jonathan Smith <https://issues.rpath.com/>
Mon, 15 Jan 2007 15:30:50 -0500
changeset 4030 a48971ae1387
parent 3415 ec6f400cff4d
child 4528 85a69f4d1e80
permissions -rwxr-xr-x
install man pages by default into $(PREFIX)/share/man not $(PREFIX)/man since the FHS puts them there

#!/bin/sh

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

hg showconfig