diff -r 78c916f24dd9 -r 68439b154063 mercurial/exchange.py --- a/mercurial/exchange.py Wed Oct 01 15:14:36 2014 -0500 +++ b/mercurial/exchange.py Fri Oct 03 11:07:47 2014 -0500 @@ -866,7 +866,7 @@ pullop.releasetransaction() lock.release() - return pullop.cgresult + return pullop def _pulldiscovery(pullop): """discovery phase for the pull