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

#!/bin/sh

hg init

echo "Is there an error message when trying to diff non-existing files?"
hg diff not found

echo "Is there an error message when trying to add non-existing files?"
hg add not found