tests/test-notfound
author Patrick Mezard <pmezard@gmail.com>
Wed, 10 Jan 2007 20:35:27 +0100
changeset 4023 6ea8a3b805ee
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Flush stderr after write. stderr can be buffered under win32 when redirected to a file, including stdout.

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