# HG changeset patch # User Mike Edgar # Date 2014-10-24 19:58:46 # Node ID 61cd79ac4b994af844d5b8b51d4bf0d04e7ea4ee # Parent 0e78ea8e592a64ed28d51907af94114592261c32 exchange: swap "push" for "pull" in pulloperation docstring diff --git a/mercurial/exchange.py b/mercurial/exchange.py --- a/mercurial/exchange.py +++ b/mercurial/exchange.py @@ -790,7 +790,7 @@ def _pushbookmark(pushop): 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.