##// END OF EJS Templates
index: use `index.rev` in `bundlerepo.bundlerevlog`...
marmoute -
r43964:698e11f7 default
parent child Browse files
Show More
@@ -66,7 +66,7 b' class bundlerevlog(revlog.revlog):'
66 link = linkmapper(cs)
66 link = linkmapper(cs)
67 if self.index.has_node(node):
67 if self.index.has_node(node):
68 # this can happen if two branches make the same change
68 # this can happen if two branches make the same change
69 self.bundlerevs.add(self.nodemap[node])
69 self.bundlerevs.add(self.index.rev(node))
70 continue
70 continue
71
71
72 for p in (p1, p2):
72 for p in (p1, p2):
General Comments 0
You need to be logged in to leave comments. Login now