mercurial/configitems.py
changeset 42325 526750cdd02d
parent 42309 604c086ddde6
child 42423 0ae593e791fb
--- a/mercurial/configitems.py	Thu May 16 08:15:20 2019 +0900
+++ b/mercurial/configitems.py	Wed May 15 22:09:02 2019 -0700
@@ -676,6 +676,9 @@
     default=None,
     generic=True,
 )
+coreconfigitem('format', 'bookmarks-in-store',
+    default=False,
+)
 coreconfigitem('format', 'chunkcachesize',
     default=None,
 )