diff -r c077eac329e2 -r 5d8942dbe49e mercurial/profiling.py --- a/mercurial/profiling.py Fri Jun 30 03:28:02 2017 +0200 +++ b/mercurial/profiling.py Sat Jul 01 20:34:27 2017 -0700 @@ -141,6 +141,7 @@ showmax = ui.configwith(fraction, 'profiling', 'showmax', 0.999) kwargs.update(minthreshold=showmin, maxthreshold=showmax) elif profformat == 'hotpath': + # inconsistent config: profiling.showmin limit = ui.configwith(fraction, 'profiling', 'showmin', 0.05) kwargs['limit'] = limit