tests/test-hgrc
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 21 Jun 2007 09:45:33 +0200
changeset 4660 cfa477946181
parent 4659 7a7d4937272b
child 7044 e51c0f41f271
permissions -rwxr-xr-x
Adjust note about variables not being set for empty values.

#!/bin/sh

mkdir t
cd t
hg init
echo "invalid" > .hg/hgrc
hg status 2>&1 |sed -e "s:/.*\(/t/.*\):...\1:"