diff -r 96f43981c1c4 -r d434a7f0685c mercurial/commands.py --- 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