tests/test-notfound
author Matt Mackall <mpm@selenic.com>
Fri, 31 Mar 2006 03:25:35 -0600
changeset 2028 1f1fc418a96c
parent 910 891b6a262c4b
permissions -rwxr-xr-x
ssh: skip noise generated by remote shell we send a dummy command with known output to get in sync

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