diff mercurial/configitems.py @ 46718:fd55a9eb1507

revlogv2: allow upgrading to v2 Revlogv2 implies sidedata. Right now sidedata is not really used in production, and Revlogv2 will be used for the first production-ready version of sidedata support. Differential Revision: https://phab.mercurial-scm.org/D9844
author Rapha?l Gom?s <rgomes@octobus.net>
date Wed, 20 Jan 2021 21:14:06 +0100
parents e9901d01d135
children 0732a7264226
line wrap: on
line diff
--- a/mercurial/configitems.py	Thu Jan 28 15:28:57 2021 +0100
+++ b/mercurial/configitems.py	Wed Jan 20 21:14:06 2021 +0100
@@ -1299,6 +1299,12 @@
 )
 coreconfigitem(
     b'format',
+    b'exp-revlogv2.2',
+    default=False,
+    experimental=True,
+)
+coreconfigitem(
+    b'format',
     b'exp-use-copies-side-data-changeset',
     default=False,
     experimental=True,