Show More
@@ -337,7 +337,7 b' class monotone_source(common.converter_s' | |||
|
337 | 337 | extra = {} |
|
338 | 338 | certs = self.mtngetcerts(rev) |
|
339 | 339 | if certs.get(b'suspend') == certs[b"branch"]: |
|
340 | extra[b'close'] = 1 | |
|
340 | extra[b'close'] = b'1' | |
|
341 | 341 | dateformat = b"%Y-%m-%dT%H:%M:%S" |
|
342 | 342 | return common.commit( |
|
343 | 343 | author=certs[b"author"], |
General Comments 0
You need to be logged in to leave comments.
Login now