author | Pierre-Yves David <pierre-yves.david@fb.com> |
Fri, 11 Apr 2014 13:43:41 -0400 | |
changeset 20971 | 557a083453c9 |
parent 20970 | 70312c95f2f7 |
child 20972 | 4e2fb0ad00a9 |
--- 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()