Submitter | adgar@google.com |
---|---|
Date | Nov. 6, 2014, 10:31 p.m. |
Message ID | <13dfb2371eba63ab089c.1415313068@adgar.nyc.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/6620/ |
State | Accepted |
Headers | show |
Comments
On Thu, Nov 06, 2014 at 05:31:08PM -0500, Mike Edgar wrote: > # HG changeset patch > # User Mike Edgar <adgar@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@selenic.com > http://selenic.com/mailman/listinfo/mercurial-devel
Patch
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.