/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/transport/http/__init__.py

  • Committer: Martin Pool
  • Date: 2009-03-03 03:01:49 UTC
  • mfrom: (4070 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4073.
  • Revision ID: mbp@sourcefrog.net-20090303030149-8p8o8hszdtqa7w8f
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
348
348
 
349
349
    def _post(self, body_bytes):
350
350
        """POST body_bytes to .bzr/smart on this transport.
351
 
        
 
351
 
352
352
        :returns: (response code, response body file-like object).
353
353
        """
354
354
        # TODO: Requiring all the body_bytes to be available at the beginning of