tests/test-notfound
author Colin McMillen <mcmillen@cs.cmu.edu>
Mon, 01 May 2006 09:01:59 +0200
changeset 2170 29eeb2717915
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Add archive download links to tip on main changeset list page

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