tests/test-notfound
author Brendan Cully <brendan@kublai.com>
Thu, 03 Aug 2006 15:12:15 -0700
changeset 2780 e7f70588af30
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Test suite for log --follow and --follow-first.

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