tests/test-notfound
author Terry Smith <terry@t11e.com>
Tue, 11 Sep 2007 12:42:52 -0400
changeset 5339 b62a59fa9d26
parent 910 891b6a262c4b
permissions -rwxr-xr-x
darcs2hg: Now understands files that were explicitly renamed in darcs.

#!/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