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

Remove more cases of getting transport via control_files

Show diffs side-by-side

added added

removed removed

Lines of Context:
350
350
 
351
351
    def do_repository_request(self, repository, compression):
352
352
        from bzrlib import osutils
353
 
        repo_transport = repository.control_files._transport
354
353
        tmp_dirname, tmp_repo = self._copy_to_tempdir(repository)
355
354
        try:
356
355
            controldir_name = tmp_dirname + '/.bzr'