~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-03-30 18:36:46 UTC
  • mto: This revision was merged to the branch mainline in revision 6535.
  • Revision ID: jelmer@samba.org-20120330183646-azkod5najbuewous
Move BzrBranchFormat5 into a separate file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
from bzrlib.branch import (
29
29
    BranchFormat,
 
30
    )
 
31
from bzrlib.branchfmt.fullhistory import (
30
32
    FullHistoryBzrBranch,
31
33
    )
32
34