tests/test-hgrc
author Eric Hopper <hopper@omnifarious.org>
Fri, 30 Jun 2006 09:50:25 -0700
changeset 2538 f4b7d71c1c60
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
Cleanup hgweb and hgwebdir's run method a bit.

#!/bin/sh

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