# HG changeset patch # User Matt Mackall # Date 2011-01-11 23:09:06 # Node ID d1245ce817a80d97585fd62777835bcfd645bdd0 # Parent 996b95985c2f6183ac097356f53328d041af384f tags: avoid a pointless usage of revlog.nodemap diff --git a/mercurial/tags.py b/mercurial/tags.py --- a/mercurial/tags.py +++ b/mercurial/tags.py @@ -99,9 +99,6 @@ def _readtags(ui, repo, lines, fn, recod except TypeError: warn(_("node '%s' is not well formed") % nodehex) continue - if nodebin not in repo.changelog.nodemap: - # silently ignore as pull -r might cause this - continue # update filetags hist = []