diff mercurial/configitems.py @ 41804:64de5f44eec3

rewriting: add an option for rewrite commands to use the archived phase Using the archived phase for cleanup provide the same effect than stripping, but in a faster, append-only way. We keep the feature experimental for now until it gets a bit more testing.
author Boris Feld <boris.feld@octobus.net>
date Wed, 02 Jan 2019 03:07:52 +0100
parents 49ad315b39ee
children f6eff9e4de80
line wrap: on
line diff
--- a/mercurial/configitems.py	Tue Oct 16 15:48:00 2018 +0200
+++ b/mercurial/configitems.py	Wed Jan 02 03:07:52 2019 +0100
@@ -470,6 +470,9 @@
 coreconfigitem('experimental', 'changegroup3',
     default=False,
 )
+coreconfigitem('experimental', 'cleanup-as-archived',
+    default=False,
+)
 coreconfigitem('experimental', 'clientcompressionengines',
     default=list,
 )