tests/test-notfound
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 26 Dec 2006 21:57:20 +0100
changeset 4008 6e0cb0790e23
parent 910 891b6a262c4b
permissions -rwxr-xr-x
mq: fix strip failing to unlink a bundle os.unlink doesn't know how to deal with urls

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