mercurial/bundlerepo.py
changeset 17913 03e552aaae67
parent 17193 1d710fe5ee0e
child 18014 a39fe76c4c65
--- a/mercurial/bundlerepo.py	Wed Oct 24 23:09:31 2012 +0200
+++ b/mercurial/bundlerepo.py	Wed Oct 31 16:23:23 2012 -0700
@@ -33,6 +33,7 @@
         self.basemap = {}
         n = len(self)
         chain = None
+        self.bundlenodes = []
         while True:
             chunkdata = bundle.deltachunk(chain)
             if not chunkdata:
@@ -48,6 +49,7 @@
             start = bundle.tell() - size
 
             link = linkmapper(cs)
+            self.bundlenodes.append(node)
             if node in self.nodemap:
                 # this can happen if two branches make the same change
                 chain = node