tests/test-hgrc
author "Aurelien Jacobs <aurel@gnuage.org>"
Tue, 16 May 2006 14:17:45 -0700
changeset 2296 6e8e3dd7976e
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
notify changeset diff should be against current node instead of tip

#!/bin/sh

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