##// END OF EJS Templates
revlog: clarify strip docstring "readd" -> "re-add"...
Steven Brown -
r15827:1dacf767 default
parent child Browse files
Show More
@@ -1207,7 +1207,7 b' class revlog(object):'
1207
1207
1208 So we truncate the revlog on the first of these revisions, and
1208 So we truncate the revlog on the first of these revisions, and
1209 trust that the caller has saved the revisions that shouldn't be
1209 trust that the caller has saved the revisions that shouldn't be
1210 removed and that it'll readd them after this truncation.
1210 removed and that it'll re-add them after this truncation.
1211 """
1211 """
1212 if len(self) == 0:
1212 if len(self) == 0:
1213 return
1213 return
General Comments 0
You need to be logged in to leave comments. Login now