diff -r c2a0bc6412db -r 4fe63b573791 mercurial/configitems.py --- 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',