mercurial/configitems.py
changeset 46165 41d695a08e90
parent 46096 4d5e2fd53707
child 46235 0babe12ef35d
--- a/mercurial/configitems.py	Thu Dec 17 09:35:07 2020 -0800
+++ b/mercurial/configitems.py	Fri Apr 24 16:36:04 2020 +0200
@@ -900,6 +900,11 @@
 )
 coreconfigitem(
     b'experimental',
+    b'evolution.bundle-obsmarker:mandatory',
+    default=True,
+)
+coreconfigitem(
+    b'experimental',
     b'log.topo',
     default=False,
 )