tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Sat, 30 Sep 2006 12:34:31 +0200
changeset 3209 9e8dd6114a4e
parent 910 891b6a262c4b
permissions -rwxr-xr-x
merged brendan's hgweb cleanups

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