/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/smart/message.py

  • Committer: Andrew Bennetts
  • Date: 2008-11-20 10:43:39 UTC
  • mto: This revision was merged to the branch mainline in revision 3981.
  • Revision ID: andrew.bennetts@canonical.com-20081120104339-86nxvaaclh6fdyp4
Revert the RemoteVersionedFiles.get_parent_map implementation, leaving just the skeleton of RemoteVersionedFiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
            body_bytes = ''.join(self._bytes_parts)
282
282
            if 'hpss' in debug.debug_flags:
283
283
                mutter('              %d body bytes read', len(body_bytes))
284
 
                mutter('              body %r...', repr(body_bytes[:40]))
285
284
            self._body = StringIO(body_bytes)
286
285
            self._bytes_parts = None
287
286
        return self._body.read(count)