Mercurial > hg-stable
changeset 23219:61cd79ac4b99
exchange: swap "push" for "pull" in pulloperation docstring
author | Mike Edgar <adgar@google.com> |
---|---|
date | Fri, 24 Oct 2014 15:58:46 -0400 |
parents | 0e78ea8e592a |
children | 3f543f6be500 |
files | mercurial/exchange.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/exchange.py Wed Oct 29 12:46:08 2014 -0400 +++ 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.