tests/test-notfound
author Brendan Cully <brendan@kublai.com>
Sun, 01 Jul 2007 22:21:05 -0700
changeset 4770 4526ef8c47b2
parent 910 891b6a262c4b
permissions -rwxr-xr-x
convert: svn: fix fallback directory listing code when importing a submodule

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