tests/test-hgrc
author Vadim Gelfer <vadim.gelfer@gmail.com>
Tue, 09 May 2006 20:56:13 -0700
changeset 2241 abd70a92e06f
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
hide deprecated undo command by making it an alias for debugundo.

#!/bin/sh

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