author | Boris Feld <boris.feld@octobus.net> |
Fri, 30 Jun 2017 03:43:57 +0200 | |
changeset 34411 | f5c16e6507e8 |
parent 34410 | fecea78ff2af |
child 34412 | 83dfbda40e67 |
--- a/mercurial/configitems.py Fri Jun 30 03:43:56 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:43:57 2017 +0200 @@ -341,6 +341,9 @@ coreconfigitem('profiling', 'showmax', default=0.999, ) +coreconfigitem('profiling', 'showmin', + default=dynamicdefault, +) coreconfigitem('profiling', 'sort', default='inlinetime', )