tests/test-notfound
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
Thu, 13 Dec 2007 20:35:42 +0100
changeset 5645 1f044b04fa0a
parent 910 891b6a262c4b
permissions -rwxr-xr-x
mq: drop obsolete reference to 'qversion'

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