diff mercurial/exchange.py @ 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 6b7e60fb0b38
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.