mercurial/tags.py
changeset 13257 d1245ce817a8
parent 12758 2d754eae430c
child 13272 5ccdca7df211
--- 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 = []