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