tests/test-hgrc
author Terry Smith <terry@t11e.com>
Tue, 11 Sep 2007 13:13:54 -0400
changeset 5340 ad8783fe20f7
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
darcs2hg: Now detects and recovers from simple darcs conflicts.

#!/bin/sh

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