tests/test-notfound
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Mon, 27 Nov 2006 20:55:50 +0100
changeset 3712 1bd70d40ec57
parent 910 891b6a262c4b
permissions -rwxr-xr-x
context: None is not a valid filenode (revert from 23ede9e7ad4d)

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