##// END OF EJS Templates
convert: use bytes for value in extra dict...
Manuel Jacob -
r45652:e699cebc stable
parent child Browse files
Show More
@@ -337,7 +337,7 b' class monotone_source(common.converter_s'
337 extra = {}
337 extra = {}
338 certs = self.mtngetcerts(rev)
338 certs = self.mtngetcerts(rev)
339 if certs.get(b'suspend') == certs[b"branch"]:
339 if certs.get(b'suspend') == certs[b"branch"]:
340 extra[b'close'] = 1
340 extra[b'close'] = b'1'
341 dateformat = b"%Y-%m-%dT%H:%M:%S"
341 dateformat = b"%Y-%m-%dT%H:%M:%S"
342 return common.commit(
342 return common.commit(
343 author=certs[b"author"],
343 author=certs[b"author"],
General Comments 0
You need to be logged in to leave comments. Login now