mercurial/unionrepo.py
changeset 48536 52034c42c09d
parent 47267 2b69555e4875
child 48966 6000f5b25c9b
--- a/mercurial/unionrepo.py	Wed Dec 15 14:50:07 2021 +0100
+++ b/mercurial/unionrepo.py	Tue Dec 14 23:56:38 2021 +0100
@@ -71,6 +71,7 @@
                 _sds,
                 _dcm,
                 _sdcm,
+                rank,
             ) = rev
             flags = _start & 0xFFFF
 
@@ -107,6 +108,7 @@
                 0,  # sidedata size
                 revlog_constants.COMP_MODE_INLINE,
                 revlog_constants.COMP_MODE_INLINE,
+                rank,
             )
             self.index.append(e)
             self.bundlerevs.add(n)