Show More
@@ -1019,7 +1019,7 class _InnerRevlog: | |||||
1019 | chunks.sort() |
|
1019 | chunks.sort() | |
1020 | return [x[1] for x in chunks] |
|
1020 | return [x[1] for x in chunks] | |
1021 |
|
1021 | |||
1022 | def raw_text(self, node, rev): |
|
1022 | def raw_text(self, node, rev) -> bytes: | |
1023 | """return the possibly unvalidated rawtext for a revision |
|
1023 | """return the possibly unvalidated rawtext for a revision | |
1024 |
|
1024 | |||
1025 | returns rawtext |
|
1025 | returns rawtext |
General Comments 0
You need to be logged in to leave comments.
Login now