##// END OF EJS Templates
exchange: swap "push" for "pull" in pulloperation docstring
Mike Edgar -
r23219:61cd79ac default
parent child Browse files
Show More
@@ -790,7 +790,7 b' def _pushbookmark(pushop):'
790 790 class pulloperation(object):
791 791 """A object that represent a single pull operation
792 792
793 It purpose is to carry push related state and very common operation.
793 It purpose is to carry pull related state and very common operation.
794 794
795 795 A new should be created at the beginning of each pull and discarded
796 796 afterward.
General Comments 0
You need to be logged in to leave comments. Login now