changeset 8857 | 5096a47d8aec |
parent 8854 | 980f5b7c5fb6 |
child 8916 | 3df8dbf706b0 |
--- a/mercurial/localrepo.py Sat Jun 20 09:00:02 2009 -0500 +++ b/mercurial/localrepo.py Sat Jun 20 10:53:47 2009 -0500 @@ -262,7 +262,7 @@ warn(_("node '%s' is not well formed") % node) continue if bin_n not in self.changelog.nodemap: - warn(_("tag '%s' refers to unknown node") % key) + # silently ignore as pull -r might cause this continue h = []