comparison mercurial/configitems.py @ 49610:35d4c2124073

debug: add an option to display statistic about a unbundling operation This will helps a lot to understand how the bundling decision have actually impacted pull/unbundle on the other side.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 17 Oct 2022 22:19:43 +0200
parents 9cac281eb9c0
children 5744ceeb9067
comparison
equal deleted inserted replaced
49609:9cac281eb9c0 49610:35d4c2124073
592 coreconfigitem( 592 coreconfigitem(
593 b'debug', 593 b'debug',
594 b'bundling-stats', 594 b'bundling-stats',
595 default=False, 595 default=False,
596 ) 596 )
597 # display extra information about the unbundling process
598 coreconfigitem(
599 b'debug',
600 b'unbundling-stats',
601 default=False,
602 )
597 coreconfigitem( 603 coreconfigitem(
598 b'defaults', 604 b'defaults',
599 b'.*', 605 b'.*',
600 default=None, 606 default=None,
601 generic=True, 607 generic=True,