Mercurial > hg-stable
changeset 34410:7de145167ae7
configitems: register the 'profiling.output' config
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:43:55 +0200 |
parents | 7d2f71b7bc31 |
children | fecea78ff2af |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Sun Oct 01 16:46:02 2017 +0100 +++ b/mercurial/configitems.py Fri Jun 30 03:43:55 2017 +0200 @@ -335,6 +335,9 @@ coreconfigitem('profiling', 'nested', default=0, ) +coreconfigitem('profiling', 'output', + default=None, +) coreconfigitem('profiling', 'sort', default='inlinetime', )