[PATCH cleanup] exchange: swap "push" for "pull" in pulloperation docstring

Augie Fackler raf at durin42.com
Fri Nov 7 09:21:34 CST 2014


On Thu, Nov 06, 2014 at 05:31:08PM -0500, Mike Edgar wrote:
> # HG changeset patch
> # User Mike Edgar <adgar at google.com>
> # Date 1414180726 14400
> #      Fri Oct 24 15:58:46 2014 -0400
> # Node ID 13dfb2371eba63ab089cb0d980d690018a43ec50
> # Parent  2d54aa5397cdb1c697673ba10b7618d5ac25c69e
> exchange: swap "push" for "pull" in pulloperation docstring

queued, thanks

>
> diff -r 2d54aa5397cd -r 13dfb2371eba mercurial/exchange.py
> --- a/mercurial/exchange.py	Sat Oct 18 01:09:41 2014 -0700
> +++ b/mercurial/exchange.py	Fri Oct 24 15:58:46 2014 -0400
> @@ -790,7 +790,7 @@
>  class pulloperation(object):
>      """A object that represent a single pull operation
>
> -    It purpose is to carry push related state and very common operation.
> +    It purpose is to carry pull related state and very common operation.
>
>      A new should be created at the beginning of each pull and discarded
>      afterward.
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list