189
195
class DeltaAnnotatedToFullText(KnitAdapter):
190
196
"""An adapter for deltas from annotated to unannotated."""
200
198
def get_bytes(self, factory, annotated_compressed_bytes):
202
200
self._data._parse_record_unchecked(annotated_compressed_bytes)