tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Sun, 30 Apr 2006 22:46:54 +0200
changeset 2169 4564794b6f55
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Combine catching exceptions added in dd4ec4576cc8 in one except statement.

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