tests/test-hgrc
author Brendan Cully <brendan@kublai.com>
Thu, 30 Nov 2006 11:09:25 -0800
changeset 3724 ea523d6f5f1a
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
transplant: fix --continue; add --continue test

#!/bin/sh

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