##// END OF EJS Templates
pushoperation: fix language issues in docstring
Nathan Goldbaum -
r28456:d9d51da7 default
parent child Browse files
Show More
@@ -266,10 +266,10 b' def _canusebundle2(op):'
266 266 class pushoperation(object):
267 267 """A object that represent a single push operation
268 268
269 It purpose is to carry push related state and very common operation.
269 Its purpose is to carry push related state and very common operations.
270 270
271 A new should be created at the beginning of each push and discarded
272 afterward.
271 A new pushoperation should be created at the beginning of each push and
272 discarded afterward.
273 273 """
274 274
275 275 def __init__(self, repo, remote, force=False, revs=None, newbranch=False,
General Comments 0
You need to be logged in to leave comments. Login now