~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

remove AB1 WorkingTree and experimental-knit3

Show diffs side-by-side

added added

removed removed

Lines of Context:
2234
2234
    branch_format='bzrlib.branch.BzrBranchFormat5',
2235
2235
    tree_format='bzrlib.workingtree.WorkingTreeFormat3'
2236
2236
    )
2237
 
 
2238
 
format_registry.register_metadir('experimental-knit3',
2239
 
    'bzrlib.repofmt.knitrepo.RepositoryFormatKnit3',
2240
 
    'Experimental successor to knit2.  Use at your own risk.', 
2241
 
    branch_format='bzrlib.branch.BzrBranchFormat5',
2242
 
    tree_format='bzrlib.workingtree.WorkingTreeFormatAB1')
2243
 
 
2244
2237
format_registry.register_metadir('experimental-branch6',
2245
2238
    'bzrlib.repofmt.knitrepo.RepositoryFormatKnit1',
2246
2239
    'Experimental successor to knit.  Use at your own risk.',