Mercurial > hg-stable
changeset 34412:f5c16e6507e8
configitems: register the 'profiling.showmin' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:43:57 +0200 |
parents | fecea78ff2af |
children | 83dfbda40e67 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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', )