mercurial/configitems.py
changeset 34746 54fa3db5becf
parent 34738 1c9128b735cd
child 34747 5cf98daad7b1
--- a/mercurial/configitems.py	Wed Oct 11 22:51:23 2017 +0200
+++ b/mercurial/configitems.py	Wed Oct 11 22:53:17 2017 +0200
@@ -591,6 +591,9 @@
 coreconfigitem('progress', 'estimateinterval',
     default=60.0,
 )
+coreconfigitem('progress', 'format',
+    default=lambda: ['topic', 'bar', 'number', 'estimate'],
+)
 coreconfigitem('progress', 'refresh',
     default=0.1,
 )