tests/test-notfound
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Thu, 15 Dec 2005 17:50:10 +0100
changeset 1593 6bb3463b124b
parent 910 891b6a262c4b
permissions -rwxr-xr-x
if a filename contains spaces, patch adds quote around it

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