exchange: swap "push" for "pull" in pulloperation docstring
authorMike Edgar <adgar@google.com>
Fri, 24 Oct 2014 15:58:46 -0400
changeset 23219 61cd79ac4b99
parent 23218 0e78ea8e592a
child 23220 3f543f6be500
exchange: swap "push" for "pull" in pulloperation docstring
mercurial/exchange.py
--- 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.