changeset 35335:0181f99819d2

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.
author Boris Feld <boris.feld@octobus.net>
date Thu, 07 Dec 2017 15:55:59 +0100
parents 85f866bf9362
children c3e4f196b6e0
files mercurial/upgrade.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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