mercurial/configitems.py
changeset 40460 4fe63b573791
parent 40432 968dd7e02ac5
parent 40429 14b6afc6cb28
child 40478 86dfae98a3a2
--- a/mercurial/configitems.py	Sat Oct 13 01:55:40 2018 -0700
+++ b/mercurial/configitems.py	Fri Nov 02 14:24:29 2018 -0400
@@ -613,7 +613,7 @@
 coreconfigitem('experimental', 'server.manifestdata.recommended-batch-size',
     default=100000,
 )
-coreconfigitem('experimental.server', 'stream-narrow-clones',
+coreconfigitem('experimental', 'server.stream-narrow-clones',
     default=False,
 )
 coreconfigitem('experimental', 'single-head-per-branch',
@@ -934,7 +934,7 @@
     default='hotpath',
 )
 coreconfigitem('profiling', 'time-track',
-    default='real',
+    default=dynamicdefault,
 )
 coreconfigitem('profiling', 'type',
     default='stat',