tests/test-notfound
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 11 Nov 2005 15:34:09 -0800
changeset 1530 abfab59fce79
parent 910 891b6a262c4b
permissions -rwxr-xr-x
add a releasefn keyword to lock.lock releasefn is a function that will be executed when the lock is released

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