##// END OF EJS Templates
revlog: fix capitalisation of an error...
marmoute -
r48002:e51392ac default
parent child Browse files
Show More
@@ -3192,7 +3192,7 b' class revlog(object):'
3192 # rewriting entries that already have sidedata is not
3192 # rewriting entries that already have sidedata is not
3193 # supported yet, because it introduces garbage data in the
3193 # supported yet, because it introduces garbage data in the
3194 # revlog.
3194 # revlog.
3195 msg = b"Rewriting existing sidedata is not supported yet"
3195 msg = b"rewriting existing sidedata is not supported yet"
3196 raise error.Abort(msg)
3196 raise error.Abort(msg)
3197
3197
3198 # Apply (potential) flags to add and to remove after running
3198 # Apply (potential) flags to add and to remove after running
General Comments 0
You need to be logged in to leave comments. Login now