tests/test-notfound
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Tue, 26 Sep 2006 13:58:58 +0200
changeset 3159 e43fd1623fe1
parent 910 891b6a262c4b
permissions -rwxr-xr-x
fix users of dirstate.copies broken by b1f10d3223c1

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