upgrade: rename 'removecldeltachain' to 'plain-cl-delta'
authorBoris Feld <boris.feld@octobus.net>
Thu, 07 Dec 2017 15:55:59 +0100
changeset 35344 0181f99819d2
parent 35343 85f866bf9362
child 35345 c3e4f196b6e0
upgrade: rename 'removecldeltachain' to 'plain-cl-delta' The new naming is more descriptive of a "state" while the older one was more about "action". I'm looking into command exposing more of data about the state of the repository so "state" oriented work better there. The key has not been made public anywhere outside the debug area so it is fine to update it.
mercurial/upgrade.py
--- a/mercurial/upgrade.py	Fri Dec 08 23:48:23 2017 -0500
+++ b/mercurial/upgrade.py	Thu Dec 07 15:55:59 2017 +0100
@@ -259,7 +259,7 @@
 
 @registerformatvariant
 class removecldeltachain(formatvariant):
-    name = 'removecldeltachain'
+    name = 'plain-cl-delta'
 
     default = True