mercurial/commands.py
changeset 34863 b1e3f609bf45
parent 34857 84c6b9384d6a
child 34905 5c7dbb730179
--- a/mercurial/commands.py	Mon Oct 16 14:53:57 2017 -0400
+++ b/mercurial/commands.py	Mon Oct 16 17:14:32 2017 +0200
@@ -1239,7 +1239,7 @@
 
 
     contentopts = {'cg.version': cgversion}
-    if repo.ui.configbool('experimental', 'stabilization.bundle-obsmarker'):
+    if repo.ui.configbool('experimental', 'evolution.bundle-obsmarker'):
         contentopts['obsolescence'] = True
     if repo.ui.configbool('experimental', 'bundle-phases'):
         contentopts['phases'] = True