Mercurial > hg-stable
changeset 34871:28fd13076962
config: remove stabilization.* aliases
Stabilization config items were never part of a release, remove them now that
we cleaned up the evolution related configuration.
Differential Revision: https://phab.mercurial-scm.org/D1154
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Tue, 17 Oct 2017 15:57:56 +0200 |
parents | 64f29fff1877 |
children | 29f52e7966dd |
files | mercurial/configitems.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Tue Oct 17 15:56:49 2017 +0200 +++ b/mercurial/configitems.py Tue Oct 17 15:57:56 2017 +0200 @@ -347,7 +347,6 @@ ) coreconfigitem('experimental', 'evolution', default=list, - alias=[('experimental', 'stabilization')], ) coreconfigitem('experimental', 'evolution.allowunstable', default=None, @@ -360,11 +359,9 @@ ) coreconfigitem('experimental', 'evolution.bundle-obsmarker', default=False, - alias=[('experimental', 'stabilization.bundle-obsmarker')], ) coreconfigitem('experimental', 'evolution.track-operation', default=True, - alias=[('experimental', 'stabilization.track-operation')] ) coreconfigitem('experimental', 'maxdeltachainspan', default=-1,