~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Martin Pool
  • Date: 2009-09-24 04:54:19 UTC
  • mfrom: (4471.2.2 deprecation)
  • mto: This revision was merged to the branch mainline in revision 4715.
  • Revision ID: mbp@sourcefrog.net-20090924045419-a9c162cyftiiggju
merge old deprecation of ProgressTask.note

Show diffs side-by-side

added added

removed removed

Lines of Context:
4084
4084
            converted.unlock()
4085
4085
        self.step('Deleting old repository content')
4086
4086
        self.repo_dir.transport.delete_tree('repository.backup')
4087
 
        self.pb.note('repository converted')
 
4087
        ui.ui_factory.note('repository converted')
4088
4088
 
4089
4089
    def step(self, message):
4090
4090
        """Update the pb by a step."""