Show More
@@ -297,7 +297,7 b' class monotone_source(converter_source, ' | |||||
297 | extra = {} |
|
297 | extra = {} | |
298 | certs = self.mtngetcerts(rev) |
|
298 | certs = self.mtngetcerts(rev) | |
299 | if certs.get('suspend') == certs["branch"]: |
|
299 | if certs.get('suspend') == certs["branch"]: | |
300 |
extra['close'] = |
|
300 | extra['close'] = 1 | |
301 | return commit( |
|
301 | return commit( | |
302 | author=certs["author"], |
|
302 | author=certs["author"], | |
303 | date=util.datestr(util.strdate(certs["date"], "%Y-%m-%dT%H:%M:%S")), |
|
303 | date=util.datestr(util.strdate(certs["date"], "%Y-%m-%dT%H:%M:%S")), |
General Comments 0
You need to be logged in to leave comments.
Login now