diff hgext/sqlitestore.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 d44e3c45f0e4
children 92c65bd0c4d6
line wrap: on
line diff
--- a/hgext/sqlitestore.py	Tue Nov 15 18:08:56 2022 +0100
+++ b/hgext/sqlitestore.py	Tue Nov 15 16:25:23 2022 +0100
@@ -589,6 +589,7 @@
         assumehaveparentrevisions=False,
         deltamode=repository.CG_DELTAMODE_STD,
         sidedata_helpers=None,
+        debug_info=None,
     ):
         if nodesorder not in (b'nodes', b'storage', b'linear', None):
             raise error.ProgrammingError(