1265
1266
def get_lines(self, revisions):
1266
1267
"""Get lines for revisions from the backing VersionedFiles.
1272
1273
for record in self.vf.get_record_stream(keys, 'unordered', True):
1273
1274
if record.storage_kind == 'absent':
1274
1275
raise errors.RevisionNotPresent(record.key, self.vf)
1276
1277
record.get_bytes_as('fulltext'))