mercurial/configitems.py
changeset 34410 fecea78ff2af
parent 34409 7de145167ae7
child 34411 f5c16e6507e8
--- a/mercurial/configitems.py	Fri Jun 30 03:43:55 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:43:56 2017 +0200
@@ -338,6 +338,9 @@
 coreconfigitem('profiling', 'output',
     default=None,
 )
+coreconfigitem('profiling', 'showmax',
+    default=0.999,
+)
 coreconfigitem('profiling', 'sort',
     default='inlinetime',
 )