tests/test-hgrc
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 21 Jun 2007 09:25:49 +0200
changeset 4659 7a7d4937272b
parent 1473 7d66ce9895fa
child 7044 e51c0f41f271
permissions -rwxr-xr-x
Kill trailing spaces

#!/bin/sh

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