/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/remote.py

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
234
234
            (self._remote_path(relpath), self._serialise_optional_mode(mode)),
235
235
            upload_contents)
236
236
        self._translate_error(resp)
 
237
        return len(upload_contents)
237
238
 
238
239
    def put_bytes_non_atomic(self, relpath, bytes, mode=None,
239
240
                             create_parent_dir=False,