Show More
@@ -61,6 +61,9 b' class pushoperation(object):' | |||
|
61 | 61 | self.newbranch = newbranch |
|
62 | 62 | # did a local lock get acquired? |
|
63 | 63 | self.locallocked = None |
|
64 | # step already performed | |
|
65 | # (used to check what steps have been already performed through bundle2) | |
|
66 | self.stepsdone = set() | |
|
64 | 67 | # Integer version of the push result |
|
65 | 68 | # - None means nothing to push |
|
66 | 69 | # - 0 means HTTP error |
General Comments 0
You need to be logged in to leave comments.
Login now