tests/test-hgrc
author Andrew Thompson <andrewkt@aktzero.com>
Thu, 20 Apr 2006 16:33:49 +0200
changeset 2104 f1085d34d20d
parent 1473 7d66ce9895fa
child 4659 7a7d4937272b
permissions -rwxr-xr-x
Add tests/test-committer This checks to see if the EMAIL environment variable is being used for commit.

#!/bin/sh

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