Mercurial > public > mercurial-scm > hg
diff mercurial/revlogutils/constants.py @ 46704:913485776542
revlog: introduce v2 format
As documented in [1], this is still tentative and could be subject to change,
but we need to lay down the foundations in order to work on the next abstraction
layers.
[1] https://www.mercurial-scm.org/wiki/RevlogV2Plan
Differential Revision: https://phab.mercurial-scm.org/D9843
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Thu, 28 Jan 2021 15:28:57 +0100 |
parents | 2d6aea053153 |
children | d4ba4d51f85f |
line wrap: on
line diff
--- a/mercurial/revlogutils/constants.py Fri Feb 12 16:13:34 2021 -0800 +++ b/mercurial/revlogutils/constants.py Thu Jan 28 15:28:57 2021 +0100 @@ -15,7 +15,6 @@ REVLOGV0 = 0 REVLOGV1 = 1 # Dummy value until file format is finalized. -# Reminder: change the bounds check in revlog.__init__ when this is changed. REVLOGV2 = 0xDEAD # Shared across v1 and v2. FLAG_INLINE_DATA = 1 << 16