diff mercurial/upgrade.py @ 35344: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 ad2b35ebf670
children ead01b74be04
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