195
195
_max_buffered_requests = 10
197
def add(self, f, fileid, suffix=None):
198
198
"""Add contents of a file into the store.
200
200
f -- A file-like object, or string
202
202
mutter("add store entry %r" % (fileid))
205
208
if self._transport.has(fn):
206
209
raise BzrError("store %r already contains id %r" % (self._transport.base, fileid))