80
80
# repository.py. MetaDir formats have their repository format network name
81
81
# inferred from their disk format string.
82
82
controldir.format_registry.register_lazy('weave',
83
"breezy.plugins.weave_fmt.bzrdir", "BzrDirFormat6",
84
'Pre-0.8 format. Slower than knit and does not'
85
' support checkouts or shared repositories.',
83
"breezy.plugins.weave_fmt.bzrdir", "BzrDirFormat6",
84
'Pre-0.8 format. Slower than knit and does not'
85
' support checkouts or shared repositories.',
88
88
register_metadir(controldir.format_registry, 'metaweave',
89
'breezy.plugins.weave_fmt.repository.RepositoryFormat7',
90
'Transitional format in 0.8. Slower than knit.',
91
branch_format='breezy.bzr.fullhistory.BzrBranchFormat5',
92
tree_format='breezy.bzr.workingtree_3.WorkingTreeFormat3',
89
'breezy.plugins.weave_fmt.repository.RepositoryFormat7',
90
'Transitional format in 0.8. Slower than knit.',
91
branch_format='breezy.bzr.fullhistory.BzrBranchFormat5',
92
tree_format='breezy.bzr.workingtree_3.WorkingTreeFormat3',
97
97
BzrProber.formats.register_lazy(