Mercurial > hg
changeset 33248:be00b61e4c4a
configitems: register the 'progress.assume-tty' config
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 30 Jun 2017 03:44:01 +0200 |
parents | 4d5d493ea54a |
children | 391da1416038 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Fri Jun 30 03:42:30 2017 +0200 +++ b/mercurial/configitems.py Fri Jun 30 03:44:01 2017 +0200 @@ -146,6 +146,9 @@ coreconfigitem('patch', 'fuzz', default=2, ) +coreconfigitem('progress', 'assume-tty', + default=False, +) coreconfigitem('server', 'bundle1', default=True, )