# HG changeset patch # User Boris Feld # Date 1498787045 -7200 # Node ID b78c59e41a65f66eeb8b478b5bbd0403564fbfac # Parent d0869a6e83ab0a0f3129f62fb7a03d1bf1b4ef22 configitems: register the 'progress.width' config diff -r d0869a6e83ab -r b78c59e41a65 mercurial/configitems.py --- 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, )