mercurial/exchange.py
changeset 33037 d765ad56081f
parent 33036 52c7060b707a
child 33039 b82615afde65
--- 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']: