tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 09 Nov 2006 21:53:45 +0100
changeset 3628 63e173a4ffbc
parent 910 891b6a262c4b
permissions -rwxr-xr-x
issue228: Fix repositories at the filesystem root (/ or C:\) Thanks to Robert Shaw and other people on the list for the suggestions.

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