tags: avoid a pointless usage of revlog.nodemap

This commit is contained in:
Matt Mackall 2011-01-11 17:09:06 -06:00
parent 6c9be0381b
commit 148e99b0ed

View File

@ -99,9 +99,6 @@ def _readtags(ui, repo, lines, fn, recode=None):
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 = []