tests/test-notfound
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
Tue, 29 May 2007 06:35:45 -0400
changeset 4459 2ee0e935f86d
parent 910 891b6a262c4b
permissions -rwxr-xr-x
gitweb: file log template: removed excesive whitespace

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