tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Mon, 26 Jun 2006 14:56:14 +0200
changeset 2500 76ff5efe8181
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Fixed [web] allow_archive for comma separated parameters by using ui.configlist. Changed tests/test-archive to use allow_archive instead of the deprecated allowzip, allowgz and allowbz2.

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