# HG changeset patch # User Boris Feld # Date 1512658559 -3600 # Node ID 0181f99819d2bcde338304caf37972b1b630a6b6 # Parent 85f866bf936276ec43e9060bbc13f9180b5c172e 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. diff -r 85f866bf9362 -r 0181f99819d2 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