tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Wed, 14 Mar 2007 22:38:40 +0100
changeset 4212 76d541c6f3c0
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Only hg repositories override [paths], not simple directories (fixes issue510)

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