##// END OF EJS Templates
revlog: convert an Abort message to bytes...
Matt Harbison -
r47563:9ff4672c default
parent child Browse files
Show More
@@ -3250,7 +3250,7 b' class revlog(object):'
3250 3250 # rewriting entries that already have sidedata is not
3251 3251 # supported yet, because it introduces garbage data in the
3252 3252 # revlog.
3253 msg = "Rewriting existing sidedata is not supported yet"
3253 msg = b"Rewriting existing sidedata is not supported yet"
3254 3254 raise error.Abort(msg)
3255 3255 entry = entry[:8]
3256 3256 entry += (current_offset, len(serialized_sidedata))
General Comments 0
You need to be logged in to leave comments. Login now