3704
3714
format_registry.register('weave', BzrDirFormat6,
3705
3715
'Pre-0.8 format. Slower than knit and does not'
3706
3716
' support checkouts or shared repositories.',
3708
3719
format_registry.register_metadir('metaweave',
3709
3720
'bzrlib.repofmt.weaverepo.RepositoryFormat7',
3710
3721
'Transitional format in 0.8. Slower than knit.',
3711
3722
branch_format='bzrlib.branch.BzrBranchFormat5',
3712
3723
tree_format='bzrlib.workingtree.WorkingTreeFormat3',
3714
3726
format_registry.register_metadir('knit',
3715
3727
'bzrlib.repofmt.knitrepo.RepositoryFormatKnit1',
3716
3728
'Format using knits. Recommended for interoperation with bzr <= 0.14.',
3717
3729
branch_format='bzrlib.branch.BzrBranchFormat5',
3718
3730
tree_format='bzrlib.workingtree.WorkingTreeFormat3',
3720
3733
format_registry.register_metadir('dirstate',
3721
3734
'bzrlib.repofmt.knitrepo.RepositoryFormatKnit1',