207
207
# If the delta is larger than the text, we might as well just
208
208
# store the text. (OK, the delta might be more compressible,
209
209
# but the overhead of applying it probably still makes it
211
211
if len(data) >= len(text):
212
212
return self._add_full_text(text, text_sha)