tests/test-notfound
author Brendan Cully <brendan@kublai.com>
Fri, 06 Jul 2007 09:15:17 -0700
changeset 4832 4f86c58c6c56
parent 910 891b6a262c4b
permissions -rwxr-xr-x
hgwebdir: do not walk up the given path looking for a repository. It is there or it isn't.

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