tests/test-notfound
author Soh Tk-r28629 <tksoh@freescale.com>
Mon, 31 Oct 2005 09:57:54 -0800
changeset 1483 a4ba63e04134
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Fix traceback on bad system hgrc files

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