Mercurial > public > mercurial-scm > hg-stable
diff mercurial/exchange.py @ 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 | 7a679918ee2b |
children | ef377f2e0ab9 |
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()