view tests/test-config-case @ 3747:b5c4d749f37f

Fix test-notify for systems without or with a different version of diffstat. Some diffstat versions say "1 file changed", others "1 files changed".
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 01 Dec 2006 14:46:05 +0100
parents ec6f400cff4d
children 85a69f4d1e80
line wrap: on
line source

#!/bin/sh

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

hg showconfig