[PATCH 15 of 17] configitems: register the 'progress.assume-tty' config

Pierre-Yves David pierre-yves.david at ens-lyon.org
Tue Jul 4 23:10:43 UTC 2017


# HG changeset patch
# User Pierre-Yves David <pierre-yves.david at octobus.net>
# Date 1498787041 -7200
#      Fri Jun 30 03:44:01 2017 +0200
# Node ID 012ec430208cc4ea15003755057d016ce0c452ca
# Parent  c9849bec227a83355e5c12e74abca6f77ce636c4
# EXP-Topic config.register.progress
# Available At https://www.mercurial-scm.org/repo/users/marmoute/mercurial/
#              hg pull https://www.mercurial-scm.org/repo/users/marmoute/mercurial/ -r 012ec430208c
configitems: register the 'progress.assume-tty' config

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,
 )



More information about the Mercurial-devel mailing list