tests/test-notfound
author Matt Mackall <mpm@selenic.com>
Mon, 24 Jul 2006 17:13:58 -0500
changeset 2659 93b765f30c07
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Added tag 0.9.1 for changeset 2be3001847cb18a23c403439d9e7d0ace30804e9

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