tests/test-notfound
author Stephen Darnell <stephen@darnell.plus.com>
Fri, 21 Apr 2006 18:47:55 +0200
changeset 2110 25a8d116ab6a
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Add a pure python version of run-tests. If this works well for most people, it should replace the shell version of run-test.

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