Submitter | Pierre-Yves David |
---|---|
Date | July 4, 2017, 11:10 p.m. |
Message ID | <012ec430208cc4ea1500.1499209843@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/21985/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/configitems.py b/mercurial/configitems.py --- a/mercurial/configitems.py +++ b/mercurial/configitems.py @@ -116,6 +116,9 @@ coreconfigitem('patch', 'eol', coreconfigitem('patch', 'fuzz', default=2, ) +coreconfigitem('progress', 'assume-tty', + default=False, +) coreconfigitem('server', 'bundle1', default=True, )