diff -r 70312c95f2f7 -r 557a083453c9 mercurial/exchange.py --- a/mercurial/exchange.py Fri Apr 11 15:38:18 2014 -0400 +++ b/mercurial/exchange.py Fri Apr 11 13:43:41 2014 -0400 @@ -209,8 +209,7 @@ else: # we return an integer indicating remote head count # change - pushop.ret = pushop.remote.addchangegroup(cg, 'push', - pushop.repo.url()) + pushop.ret = pushop.remote.addchangegroup(cg, 'push', pushop.repo.url()) def _pushcomputecommonheads(pushop): unfi = pushop.repo.unfiltered()