tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 02 Jan 2007 22:12:38 +0100
changeset 4015 769be3c57564
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Handle exceptions in do_hgweb: Send "Internal Server Error", log traceback

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