124
124
:param relpath: The relative path to the file
126
127
# FIXME: some callers want an iterable... One step forward, three steps
127
128
# backwards :-/ And not only an iterable, but an iterable that can be
128
129
# seeked backwards, so we will never be able to do that. One such
129
130
# known client is bzrlib.bundle.serializer.v4.get_bundle_reader. At the
130
131
# time of this writing it's even the only known client -- vila20071203
138
134
def _get(self, relpath, ranges, tail_amount=0):
139
135
"""Get a file, or part of a file.