tests/test-config-case
author Patrick Mezard <pmezard@gmail.com>
Mon, 13 Aug 2007 19:42:50 +0200
changeset 5151 9374373fb727
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
util: ignore invalid path errors in path_auditor.

#!/bin/sh

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

hg showconfig Section