mercurial/bundle2.py
branchstable
changeset 51539 780fc16b62e6
parent 50993 12c308c55e53
child 51558 c4aab3661f25
equal deleted inserted replaced
51517:4ee50d98d35c 51539:780fc16b62e6
  1820         fnode = cache.getfnode(node, computemissing=False)
  1820         fnode = cache.getfnode(node, computemissing=False)
  1821         if fnode:
  1821         if fnode:
  1822             chunks.extend([node, fnode])
  1822             chunks.extend([node, fnode])
  1823 
  1823 
  1824     if chunks:
  1824     if chunks:
  1825         bundler.newpart(b'hgtagsfnodes', data=b''.join(chunks))
  1825         bundler.newpart(
       
  1826             b'hgtagsfnodes',
       
  1827             mandatory=False,
       
  1828             data=b''.join(chunks),
       
  1829         )
  1826 
  1830 
  1827 
  1831 
  1828 def addpartrevbranchcache(repo, bundler, outgoing):
  1832 def addpartrevbranchcache(repo, bundler, outgoing):
  1829     # we include the rev branch cache for the bundle changeset
  1833     # we include the rev branch cache for the bundle changeset
  1830     # (as an optional parts)
  1834     # (as an optional parts)