changeset 33473:b78c59e41a65

configitems: register the 'progress.width' config
author Boris Feld <boris.feld@octobus.net>
date Fri, 30 Jun 2017 03:44:05 +0200
parents d0869a6e83ab
children c514b4fb5e27
files mercurial/configitems.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Jul 12 23:36:28 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:44:05 2017 +0200
@@ -163,6 +163,9 @@
 coreconfigitem('progress', 'estimate',
     default=2,
 )
+coreconfigitem('progress', 'width',
+    default=dynamicdefault,
+)
 coreconfigitem('server', 'bundle1',
     default=True,
 )