tests/test-hgrc
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 27 Apr 2006 13:05:02 +0200
changeset 2139 74f70f2e08aa
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
Fixed test output for not using the deprecated 'hg forget'.

#!/bin/sh

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