tests/test-notfound
author Edouard Gomez <ed.gomez@free.fr>
Tue, 04 Apr 2006 16:35:20 -0700
changeset 2047 ebf1ecb5f4e8
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Register qversion as a non repository related command

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