mercurial/bundle2.py
changeset 36965 b89a7ef29013
parent 36964 79b73be4dda5
child 36968 2090044a288d
--- a/mercurial/bundle2.py	Wed Feb 21 17:26:22 2018 +0100
+++ b/mercurial/bundle2.py	Wed Feb 21 17:33:00 2018 +0100
@@ -1591,6 +1591,7 @@
         part.addparam('targetphase', '%d' % phases.secret, mandatory=False)
 
     addparttagsfnodescache(repo, bundler, outgoing)
+    addpartrevbranchcache(repo, bundler, outgoing)
 
     if opts.get('obsolescence', False):
         obsmarkers = repo.obsstore.relevantmarkers(outgoing.missing)