mercurial/bundlerepo.py
changeset 43564 698e11f7be6a
parent 43542 5f347567589b
child 45814 88d5abec8f61
--- a/mercurial/bundlerepo.py	Sat Nov 09 13:23:53 2019 +0100
+++ b/mercurial/bundlerepo.py	Sat Nov 09 13:23:53 2019 +0100
@@ -66,7 +66,7 @@
             link = linkmapper(cs)
             if self.index.has_node(node):
                 # this can happen if two branches make the same change
-                self.bundlerevs.add(self.nodemap[node])
+                self.bundlerevs.add(self.index.rev(node))
                 continue
 
             for p in (p1, p2):