mercurial/configitems.py
changeset 33250 bbc57a7e8823
parent 33249 391da1416038
child 33329 e714159860fd
--- 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,
 )