diff mercurial/bundle2.py @ 32223:d7f93ebbbbdf

bundle: add optional 'tagsfnodecache' data to on disk bundle (issue5543) This should help performance when unbundling.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 05 May 2017 17:31:15 +0200
parents 6068712cbf03
children 655f1e2cfa5a
line wrap: on
line diff
--- a/mercurial/bundle2.py	Fri May 05 17:28:52 2017 +0200
+++ b/mercurial/bundle2.py	Fri May 05 17:31:15 2017 +0200
@@ -1375,6 +1375,8 @@
         part.addparam('nbchanges', str(cg.extras['clcount']),
                       mandatory=False)
 
+    addparttagsfnodescache(repo, bundler, outgoing)
+
 def addparttagsfnodescache(repo, bundler, outgoing):
     # we include the tags fnode cache for the bundle changeset
     # (as an optional parts)