# HG changeset patch # User Matt Mackall # Date 1294787346 21600 # Node ID d1245ce817a80d97585fd62777835bcfd645bdd0 # Parent 996b95985c2f6183ac097356f53328d041af384f tags: avoid a pointless usage of revlog.nodemap diff -r 996b95985c2f -r d1245ce817a8 mercurial/tags.py --- a/mercurial/tags.py Tue Jan 11 17:06:07 2011 -0600 +++ b/mercurial/tags.py Tue Jan 11 17:09:06 2011 -0600 @@ -99,9 +99,6 @@ 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 = []