mercurial/commands.py
changeset 33772 d434a7f0685c
parent 33771 96f43981c1c4
child 33774 9dcc3529e002
--- 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