mercurial/localrepo.py
changeset 22693 68439b154063
parent 22680 8c65cc0f3c6b
child 22696 73b5b8312ce6
--- a/mercurial/localrepo.py	Wed Oct 01 15:14:36 2014 -0500
+++ b/mercurial/localrepo.py	Fri Oct 03 11:07:47 2014 -0500
@@ -1575,7 +1575,7 @@
         return r
 
     def pull(self, remote, heads=None, force=False, **kwargs):
-        return exchange.pull(self, remote, heads, force, **kwargs)
+        return exchange.pull(self, remote, heads, force, **kwargs).cgresult
 
     def checkpush(self, pushop):
         """Extensions can override this function if additional checks have