Mercurial > public > mercurial-scm > hg-stable
diff mercurial/manifest.py @ 49738:9cac281eb9c0
debug: add an option to display statistic about a bundling operation
This will helps a lot to understand how the bundling decision might impact
pull/unbundle on the other side.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 15 Nov 2022 16:25:23 +0100 |
parents | b5858e02e3ba |
children | 35d4c2124073 |
line wrap: on
line diff
--- a/mercurial/manifest.py Tue Nov 15 18:08:56 2022 +0100 +++ b/mercurial/manifest.py Tue Nov 15 16:25:23 2022 +0100 @@ -1836,6 +1836,7 @@ assumehaveparentrevisions=False, deltamode=repository.CG_DELTAMODE_STD, sidedata_helpers=None, + debug_info=None, ): return self._revlog.emitrevisions( nodes, @@ -1844,6 +1845,7 @@ assumehaveparentrevisions=assumehaveparentrevisions, deltamode=deltamode, sidedata_helpers=sidedata_helpers, + debug_info=debug_info, ) def addgroup(