tests/test-notfound
author Thomas Arendsen Hein <thomas@intevation.de>
Fri, 01 Jun 2007 19:45:05 +0200
changeset 4473 671158f060cc
parent 910 891b6a262c4b
permissions -rwxr-xr-x
Make "hg incoming -r revision_number" work for remote repos (issue566) Uses the remote repository's lookup method as pull does and only transfers what is needed to calculate incoming changesets. One minor problem: As only the needed changesets are transfered and stored in a local bundle repository, the tip tag of this bundle is shows despite not being the tip changeset of the remote repository. (see "+tag: tip" in tests/test-incoming-outgoing.out in this patch)

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