tests/test-notfound
author mcmillen@cs.cmu.edu
Fri, 24 Mar 2006 14:53:23 +0100
changeset 1995 2da2d46862fb
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Spelling fix: "commited" -> "committed"

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