tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Mon, 05 Mar 2007 19:48:21 +0100
changeset 4143 26314500a5e1
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Don't truncate tag and branch names after 30 chars (introduced 73860ffbe798) with test added for a long (local) tag name.

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