~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/repository.py

  • Committer: Martin Pool
  • Date: 2008-05-22 05:48:22 UTC
  • mfrom: (3407.2.16 controlfiles)
  • mto: This revision was merged to the branch mainline in revision 3448.
  • Revision ID: mbp@sourcefrog.net-20080522054822-lrq17tx62wbfzj8r
merge further LockableFile deprecations

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'