tests/test-hgrc
author Brendan Cully <brendan@kublai.com>
Mon, 27 Aug 2007 15:39:07 -0700
changeset 5256 be4835ad9a85
parent 4659 7a7d4937272b
permissions -rwxr-xr-x
convert: new config variable hg.tagsbranch controls which branch tags are committed to

#!/bin/sh

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