diff mercurial/bundlerepo.py @ 47256:2b69555e4875

revlog: introduce a compression mode for sidedata in the revlog index We will use this for compression for the sidedata payload. Differential Revision: https://phab.mercurial-scm.org/D10653
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 03 May 2021 21:34:02 +0200
parents 130c9f7ed914
children ac60a1366a49
line wrap: on
line diff
--- a/mercurial/bundlerepo.py	Mon May 03 21:13:24 2021 +0200
+++ b/mercurial/bundlerepo.py	Mon May 03 21:34:02 2021 +0200
@@ -106,6 +106,7 @@
                 0,
                 0,
                 revlog_constants.COMP_MODE_INLINE,
+                revlog_constants.COMP_MODE_INLINE,
             )
             self.index.append(e)
             self.bundlerevs.add(n)