changeset 34412 | 83dfbda40e67 |
parent 34411 | f5c16e6507e8 |
child 34476 | 9d78dfc78d93 |
--- a/mercurial/configitems.py Fri Jun 30 03:43:57 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:44:00 2017 +0200 @@ -350,6 +350,9 @@ coreconfigitem('profiling', 'statformat', default='hotpath', ) +coreconfigitem('profiling', 'type', + default='stat', +) coreconfigitem('progress', 'assume-tty', default=False, )