tests/test-notfound
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
Fri, 01 Jun 2007 19:56:39 -0400
changeset 4538 4272ae760bb1
parent 910 891b6a262c4b
permissions -rwxr-xr-x
gitweb: Display branch and tag labels Pages which display labels: - summary - shortlog - changelog - changeset - search

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