tests/test-notfound
author Christian Ebert <blacktrash@gmx.net>
Sun, 16 Dec 2007 22:55:23 +0100
changeset 5674 659955e2e366
parent 910 891b6a262c4b
permissions -rwxr-xr-x
patchbomb: make "hg email -b" w/o destination work as advertised

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