Mercurial > public > mercurial-scm > hg
diff mercurial/requirements.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 | b4c2a2af25e2 |
children | d4ba4d51f85f |
line wrap: on
line diff
--- a/mercurial/requirements.py Fri Feb 12 16:13:34 2021 -0800 +++ b/mercurial/requirements.py Thu Jan 28 15:28:57 2021 +0100 @@ -30,7 +30,7 @@ # Increment the sub-version when the revlog v2 format changes to lock out old # clients. -REVLOGV2_REQUIREMENT = b'exp-revlogv2.1' +REVLOGV2_REQUIREMENT = b'exp-revlogv2.2' # A repository with the sparserevlog feature will have delta chains that # can spread over a larger span. Sparse reading cuts these large spans into