tests/test-notfound
author Patrick Mezard <pmezard@gmail.com>
Mon, 19 Feb 2007 10:32:46 +0100
changeset 4129 e817c68edfed
parent 910 891b6a262c4b
permissions -rwxr-xr-x
stdout raises EINVAL when flush() is called on a closed pipe under win32. Maybe the exception should be caught and translated at raise location instead (sshserver.py).

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