~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Martin Pool
  • Date: 2009-06-23 09:17:21 UTC
  • mto: (4712.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4715.
  • Revision ID: mbp@sourcefrog.net-20090623091721-ix4tpdsj2i9g1fxb
Deprecate ProgressTask.note

Show diffs side-by-side

added added

removed removed

Lines of Context:
3811
3811
            converted.unlock()
3812
3812
        self.step('Deleting old repository content.')
3813
3813
        self.repo_dir.transport.delete_tree('repository.backup')
3814
 
        self.pb.note('repository converted')
 
3814
        ui.ui_factory.note('repository converted')
3815
3815
 
3816
3816
    def step(self, message):
3817
3817
        """Update the pb by a step."""