comparison mercurial/configitems.py @ 35698:0c4b23ccf1a5

httppeer: add support for tracing all http request made by the peer This changeset introduces a new 'devel.debug.peer-request' config. When set to True, debug message about request made by peer will be issued. This help to understand what actually happens during an exchange and tracks source of performance loss. This changeset implement support for http peer only.
author Boris Feld <boris.feld@octobus.net>
date Fri, 12 Jan 2018 10:41:03 +0000
parents 8bb90cc4668e
children 5cd60b0587a8
comparison
equal deleted inserted replaced
35697:5a7906ed78d4 35698:0c4b23ccf1a5
360 default=None, 360 default=None,
361 ) 361 )
362 coreconfigitem('devel', 'warn-config-unknown', 362 coreconfigitem('devel', 'warn-config-unknown',
363 default=None, 363 default=None,
364 ) 364 )
365 coreconfigitem('devel', 'debug.peer-request',
366 default=False,
367 )
365 coreconfigitem('diff', 'nodates', 368 coreconfigitem('diff', 'nodates',
366 default=False, 369 default=False,
367 ) 370 )
368 coreconfigitem('diff', 'showfunc', 371 coreconfigitem('diff', 'showfunc',
369 default=False, 372 default=False,