3663
3714
format_registry.register('weave', BzrDirFormat6,
3664
3715
'Pre-0.8 format. Slower than knit and does not'
3665
3716
' support checkouts or shared repositories.',
3667
3719
format_registry.register_metadir('metaweave',
3668
3720
'bzrlib.repofmt.weaverepo.RepositoryFormat7',
3669
3721
'Transitional format in 0.8. Slower than knit.',
3670
3722
branch_format='bzrlib.branch.BzrBranchFormat5',
3671
3723
tree_format='bzrlib.workingtree.WorkingTreeFormat3',
3673
3726
format_registry.register_metadir('knit',
3674
3727
'bzrlib.repofmt.knitrepo.RepositoryFormatKnit1',
3675
3728
'Format using knits. Recommended for interoperation with bzr <= 0.14.',
3676
3729
branch_format='bzrlib.branch.BzrBranchFormat5',
3677
3730
tree_format='bzrlib.workingtree.WorkingTreeFormat3',
3679
3733
format_registry.register_metadir('dirstate',
3680
3734
'bzrlib.repofmt.knitrepo.RepositoryFormatKnit1',