mercurial/configitems.py
changeset 33235 b838e857439d
parent 33234 b62d13506860
child 33236 cf6c478bc339
--- a/mercurial/configitems.py	Wed Jul 05 00:01:30 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:42:20 2017 +0200
@@ -104,6 +104,9 @@
 coreconfigitem('devel', 'strip-obsmarkers',
     default=True,
 )
+coreconfigitem('format', 'aggressivemergedeltas',
+    default=False,
+)
 coreconfigitem('hostsecurity', 'ciphers',
     default=None,
 )