author | Boris Feld <boris.feld@octobus.net> |
Fri, 30 Jun 2017 03:44:05 +0200 | |
changeset 33473 | b78c59e41a65 |
parent 33472 | d0869a6e83ab |
child 33474 | c514b4fb5e27 |
--- 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, )