~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/weave_fmt/bzrdir.py

  • Committer: Patch Queue Manager
  • Date: 2012-07-09 14:21:36 UTC
  • mfrom: (6517.1.6 branchfmt)
  • Revision ID: pqm@pqm.ubuntu.com-20120709142136-1n4cd6jem06qs0s5
(jelmer) Move the old branch format 5 into a separate module. (Jelmer
 Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
545
545
    def convert(self, to_convert, pb):
546
546
        """See Converter.convert()."""
547
547
        from bzrlib.plugins.weave_fmt.repository import RepositoryFormat7
548
 
        from bzrlib.branch import BzrBranchFormat5
 
548
        from bzrlib.branchfmt.fullhistory import BzrBranchFormat5
549
549
        self.bzrdir = to_convert
550
550
        self.pb = ui.ui_factory.nested_progress_bar()
551
551
        self.count = 0