comparison mercurial/upgrade.py @ 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 ad2b35ebf670
children ead01b74be04
comparison
equal deleted inserted replaced
35334:85f866bf9362 35335:0181f99819d2
257 'CPU resources, making "hg push" and "hg pull" ' 257 'CPU resources, making "hg push" and "hg pull" '
258 'faster') 258 'faster')
259 259
260 @registerformatvariant 260 @registerformatvariant
261 class removecldeltachain(formatvariant): 261 class removecldeltachain(formatvariant):
262 name = 'removecldeltachain' 262 name = 'plain-cl-delta'
263 263
264 default = True 264 default = True
265 265
266 description = _('changelog storage is using deltas instead of ' 266 description = _('changelog storage is using deltas instead of '
267 'raw entries; changelog reading and any ' 267 'raw entries; changelog reading and any '