tests/test-notfound
author Edouard Gomez <ed.gomez@free.fr>
Wed, 23 Aug 2006 00:19:24 +0200
changeset 3009 abcd6ae3cf5a
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Fix hgk extension due to 4ec58b157265 refactoring

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