Mercurial > public > mercurial-scm > hg
diff mercurial/configitems.py @ 33250:bbc57a7e8823
configitems: register the 'progress.estimate' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:44:04 +0200 |
parents | 391da1416038 |
children | e714159860fd |
line wrap: on
line diff
--- a/mercurial/configitems.py Fri Jun 30 03:44:02 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:44:04 2017 +0200 @@ -152,6 +152,9 @@ coreconfigitem('progress', 'clear-complete', default=True, ) +coreconfigitem('progress', 'estimate', + default=2, +) coreconfigitem('server', 'bundle1', default=True, )