Mercurial > hg
changeset 20971:557a083453c9
exchange: drop useless line break
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 11 Apr 2014 13:43:41 -0400 |
parents | 70312c95f2f7 |
children | 4e2fb0ad00a9 |
files | mercurial/exchange.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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()