Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 33772:d434a7f0685c
config: rename evolution config into stabilization
Use aliases for backward-compatibility. Though I'm not sure how to emit
compatibility warnings with aliases.
Test configuration are updated in the next patch.
The renaming is done according to
https://www.mercurial-scm.org/wiki/CEDVocabulary.
Differential Revision: https://phab.mercurial-scm.org/D248
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Thu, 03 Aug 2017 11:38:22 +0200 |
parents | 96f43981c1c4 |
children | 9dcc3529e002 |
line wrap: on
line diff
--- a/mercurial/commands.py Thu Aug 03 05:12:35 2017 +0530 +++ b/mercurial/commands.py Thu Aug 03 11:38:22 2017 +0200 @@ -1227,7 +1227,7 @@ contentopts = {'cg.version': cgversion} - if repo.ui.configbool('experimental', 'evolution.bundle-obsmarker'): + if repo.ui.configbool('experimental', 'stabilization.bundle-obsmarker'): contentopts['obsolescence'] = True if repo.ui.configbool('experimental', 'bundle-phases'): contentopts['phases'] = True