D1154: config: remove stabilization.* aliases

lothiraldan (Boris Feld) phabricator at mercurial-scm.org
Tue Oct 17 15:05:24 UTC 2017


lothiraldan created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  Stabilization config items were never part of a release, remove them now that
  we cleaned up the evolution related configuration.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D1154

AFFECTED FILES
  mercurial/configitems.py

CHANGE DETAILS

diff --git a/mercurial/configitems.py b/mercurial/configitems.py
--- a/mercurial/configitems.py
+++ b/mercurial/configitems.py
@@ -341,7 +341,6 @@
 )
 coreconfigitem('experimental', 'evolution',
     default=list,
-    alias=[('experimental', 'stabilization')],
 )
 coreconfigitem('experimental', 'evolution.allowunstable',
     default=None,
@@ -354,11 +353,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,



To: lothiraldan, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list