mercurial/configitems.py
changeset 33244 fd50788a2d4f
parent 33240 91c1e7c974c2
child 33245 28e8983d9ed7
--- a/mercurial/configitems.py	Fri Jun 30 03:42:15 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:42:27 2017 +0200
@@ -122,6 +122,9 @@
 coreconfigitem('format', 'maxchainlen',
     default=None,
 )
+coreconfigitem('format', 'obsstore-version',
+    default=None,
+)
 coreconfigitem('hostsecurity', 'ciphers',
     default=None,
 )