tests/test-hgrc
author paul sorenson <sf@metrak.com>
Sat, 23 Jun 2007 22:25:11 -0500
changeset 4692 c135c6cddbec
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
Command in doc comment is now on a single line, fixed after previous formatting broke it.

#!/bin/sh

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