diff -r 52c7060b707a -r d765ad56081f mercurial/exchange.py --- a/mercurial/exchange.py Thu Jun 22 13:58:20 2017 -0700 +++ b/mercurial/exchange.py Thu Jun 22 14:04:13 2017 -0700 @@ -1397,8 +1397,7 @@ raise error.Abort(_('missing support for %s') % exc) if pullop.fetch: - results = [cg['return'] for cg in op.records['changegroup']] - pullop.cgresult = bundle2.combinechangegroupresults(results) + pullop.cgresult = bundle2.combinechangegroupresults(op) # processing phases change for namespace, value in op.records['listkeys']: