# HG changeset patch # User Boris Feld # Date 2017-06-30 01:44:05 # Node ID b78c59e41a65f66eeb8b478b5bbd0403564fbfac # Parent d0869a6e83ab0a0f3129f62fb7a03d1bf1b4ef22 configitems: register the 'progress.width' config diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -163,6 +163,9 @@ coreconfigitem('progress', 'clear-comple coreconfigitem('progress', 'estimate', default=2, ) +coreconfigitem('progress', 'width', + default=dynamicdefault, +) coreconfigitem('server', 'bundle1', default=True, )