##// END OF EJS Templates
tags: avoid a pointless usage of revlog.nodemap
Matt Mackall -
r13257:d1245ce8 default
parent child Browse files
Show More
@@ -99,9 +99,6 b' def _readtags(ui, repo, lines, fn, recod'
99 except TypeError:
99 except TypeError:
100 warn(_("node '%s' is not well formed") % nodehex)
100 warn(_("node '%s' is not well formed") % nodehex)
101 continue
101 continue
102 if nodebin not in repo.changelog.nodemap:
103 # silently ignore as pull -r might cause this
104 continue
105
102
106 # update filetags
103 # update filetags
107 hist = []
104 hist = []
General Comments 0
You need to be logged in to leave comments. Login now