275
275
combined.append([start, end])
278
278
mutter("combined %d offsets into %d ranges; tail access %d", len(offsets),
279
279
len(combined), -max_negative)
281
281
return combined, -max_negative
282
283
def put(self, relpath, f, mode=None):
283
284
"""Copy the file-like or string object into the location.