~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/weave_fmt/__init__.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:
86
86
register_metadir(controldir.format_registry, 'metaweave',
87
87
    'bzrlib.plugins.weave_fmt.repository.RepositoryFormat7',
88
88
    'Transitional format in 0.8.  Slower than knit.',
89
 
    branch_format='bzrlib.branch.BzrBranchFormat5',
 
89
    branch_format='bzrlib.branchfmt.fullhistory.BzrBranchFormat5',
90
90
    tree_format='bzrlib.workingtree_3.WorkingTreeFormat3',
91
91
    hidden=True,
92
92
    deprecated=True)