tests/test-notfound
author Vadim Gelfer <vadim.gelfer@gmail.com>
Fri, 21 Apr 2006 15:47:27 -0700
changeset 2114 98cc126f9f3f
parent 910 891b6a262c4b
permissions -rwxr-xr-x
update tests after changing archival code. test-archive now contains tests for archive 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