tests/test-notfound
author TK Soh <teekaysoh@yahoo.com>
Tue, 16 Aug 2005 17:30:41 -0800
changeset 924 ab681ea2857e
parent 910 891b6a262c4b
permissions -rwxr-xr-x
updated help text and added manpage section for hg paths Index: hg/doc/hg.1.txt ===================================================================

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