mercurial/exchange.py
changeset 33033 c31d45623304
parent 33032 4e6dc34b5d7a
child 33042 3e102a8dd52c
equal deleted inserted replaced
33032:4e6dc34b5d7a 33033:c31d45623304
  1608     kwargs['common'] = common
  1608     kwargs['common'] = common
  1609 
  1609 
  1610     for name in getbundle2partsorder:
  1610     for name in getbundle2partsorder:
  1611         func = getbundle2partsmapping[name]
  1611         func = getbundle2partsmapping[name]
  1612         func(bundler, repo, source, bundlecaps=bundlecaps, b2caps=b2caps,
  1612         func(bundler, repo, source, bundlecaps=bundlecaps, b2caps=b2caps,
  1613              **kwargs)
  1613              **pycompat.strkwargs(kwargs))
  1614 
  1614 
  1615     return bundler.getchunks()
  1615     return bundler.getchunks()
  1616 
  1616 
  1617 @getbundle2partsgenerator('changegroup')
  1617 @getbundle2partsgenerator('changegroup')
  1618 def _getbundlechangegrouppart(bundler, repo, source, bundlecaps=None,
  1618 def _getbundlechangegrouppart(bundler, repo, source, bundlecaps=None,