diff mercurial/configitems.py @ 47093:08e26ef4ad35

changegroup: don't limit cgv4 to revlogv2 repos To help the transition from revlogv1 to revlogv2, we need to be able to enable cgv4 for revlogv1 repos, so that revlogv2 clients can handle adding/removing sidedata over the wire. Differential Revision: https://phab.mercurial-scm.org/D10342
author Rapha?l Gom?s <rgomes@octobus.net>
date Thu, 08 Apr 2021 16:34:11 +0200
parents cc3ad5c3af3b
children 473abf4728bf
line wrap: on
line diff
--- a/mercurial/configitems.py	Thu Apr 08 16:39:39 2021 +0200
+++ b/mercurial/configitems.py	Thu Apr 08 16:34:11 2021 +0200
@@ -904,6 +904,11 @@
 )
 coreconfigitem(
     b'experimental',
+    b'changegroup4',
+    default=False,
+)
+coreconfigitem(
+    b'experimental',
     b'cleanup-as-archived',
     default=False,
 )