mercurial/bundle2.py
changeset 32263 d7f93ebbbbdf
parent 32262 6068712cbf03
child 32425 655f1e2cfa5a
--- 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)