tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Tue, 26 Jun 2007 18:39:28 +0200
changeset 4728 7bb5bcb089e3
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Added test for earlygetopt fixes (36d23de02da1 and 79cc512a34ed)

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