tests/test-hgrc
author Bryan O'Sullivan <bos@serpentine.com>
Tue, 02 Oct 2007 13:49:11 -0700
changeset 5355 6b6104430964
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
convert: support darcs as a source repo

#!/bin/sh

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