tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Mon, 13 Mar 2006 12:22:55 +0100
changeset 1932 82995896d5af
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Merge with http://hg.home.dataloss.nl/hg-portabletests

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