tests/test-hgrc
author Muli Ben-Yehuda <mulix@mulix.org>
Thu, 29 Dec 2005 14:59:19 -0600
changeset 1607 d72d27ee72b9
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
add '_' to several strings

#!/bin/sh

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