[PATCH] exchange: drop useless line break

Augie Fackler raf at durin42.com
Sat Apr 12 10:43:36 CDT 2014


On Fri, Apr 11, 2014 at 02:29:38PM -0400, pierre-yves.david at ens-lyon.org wrote:
> # HG changeset patch
> # User Pierre-Yves David <pierre-yves.david at fb.com>
> # Date 1397238221 14400
> #      Fri Apr 11 13:43:41 2014 -0400
> # Node ID 43606095da2d72141901b8efd5a0b0ee76003677
> # Parent  a90a6df5fd2ddace645e11bd7f27bc34d9564a20
> exchange: drop useless line break

Appears to have been crewed without comment.

> 
> diff --git a/mercurial/exchange.py b/mercurial/exchange.py
> --- a/mercurial/exchange.py
> +++ b/mercurial/exchange.py
> @@ -207,12 +207,11 @@ def _pushchangeset(pushop):
>         pushop.ret = pushop.remote.unbundle(cg, remoteheads,
>                                             'push')
>     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()
>     if pushop.ret:
>         # push succeed, synchronize target of the push
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list