tests/test-notfound
author TK Soh <teekaysoh@yahoo.com>
Tue, 29 Aug 2006 14:01:11 -0500
changeset 3023 a7d93a22f28c
parent 910 891b6a262c4b
permissions -rwxr-xr-x
gitweb: fix file page display problem on IE (6.0) Bad support of "white-space: pre" property.

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