Show More
@@ -266,10 +266,10 b' def _canusebundle2(op):' | |||||
266 | class pushoperation(object): |
|
266 | class pushoperation(object): | |
267 | """A object that represent a single push operation |
|
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 |
|
271 | A new pushoperation should be created at the beginning of each push and | |
272 | afterward. |
|
272 | discarded afterward. | |
273 | """ |
|
273 | """ | |
274 |
|
274 | |||
275 | def __init__(self, repo, remote, force=False, revs=None, newbranch=False, |
|
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