tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 30 Apr 2006 21:11:22 +0200
changeset 2165 d821918e3bee
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Use better names (hg-{usage}-{random}.{suffix}) for temporary files.

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