tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 30 Apr 2006 19:30:59 +0200
changeset 2164 cbd458228a96
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Applied $PWD fix (changeset 278f9b13c39a) to tests/test-hook, too.

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