tests/test-config-case
author Patrick Mezard <pmezard@gmail.com>
Thu, 09 Aug 2007 23:14:50 +0200
changeset 5134 9b5ae133bd5a
parent 4528 85a69f4d1e80
permissions -rwxr-xr-x
test-no-symlinks: rename .bundle into .hg for consistency.

#!/bin/sh

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

hg showconfig Section