tests/test-hgrc
author Brendan Cully <brendan@kublai.com>
Tue, 15 Aug 2006 11:28:50 -0700
changeset 2907 b70740aefa4d
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
Unify mq and hg patch invocation. This makes patch a little less verbose by default, so the tests had to be updated.

#!/bin/sh

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