/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

remove all trailing whitespace from bzr source

Show diffs side-by-side

added added

removed removed

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