tests/test-notfound
author Eric Hopper <hopper@omnifarious.org>
Thu, 21 Jun 2007 10:40:09 -0700
changeset 4675 6858a7477a5e
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Change branches to sort 'active' branches first, and add an option to show only active branches.

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