tests/test-hgrc
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 31 Aug 2007 12:40:23 +0200
changeset 5274 89696e71bd89
parent 4659 7a7d4937272b
child 7044 e51c0f41f271
permissions -rwxr-xr-x
merge with crew-stable

#!/bin/sh

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