tests/test-notfound
author Christian Boos <cboos@neuf.fr>
Thu, 01 Dec 2005 10:48:18 -0600
changeset 1562 2f97af0b522c
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Fix walkhelper on windows. The ''seen'' dictionary stores paths in canonical form, so the walkhelp must also provide paths in that form, otherwise the changed files are listed twice.

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