comparison mercurial/revlogutils/revlogv0.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 9d1a8829f959
comparison
equal deleted inserted replaced
47255:ff9fd7107d11 47256:2b69555e4875
52 -1, 52 -1,
53 -1, 53 -1,
54 sha1nodeconstants.nullid, 54 sha1nodeconstants.nullid,
55 0, 55 0,
56 0, 56 0,
57 COMP_MODE_INLINE,
57 COMP_MODE_INLINE, 58 COMP_MODE_INLINE,
58 ) 59 )
59 60
60 @property 61 @property
61 def nodemap(self): 62 def nodemap(self):