mercurial/configitems.py
changeset 34409 7de145167ae7
parent 34314 a667f0ca1d5f
child 34410 fecea78ff2af
--- a/mercurial/configitems.py	Sun Oct 01 16:46:02 2017 +0100
+++ b/mercurial/configitems.py	Fri Jun 30 03:43:55 2017 +0200
@@ -335,6 +335,9 @@
 coreconfigitem('profiling', 'nested',
     default=0,
 )
+coreconfigitem('profiling', 'output',
+    default=None,
+)
 coreconfigitem('profiling', 'sort',
     default='inlinetime',
 )