tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 24 Mar 2006 15:03:15 +0100
changeset 1996 4c70b10f0418
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Don't mention deprecated HGEDITOR variable in the help text of commit.

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