2489
2489
tree_format='bzrlib.workingtree.WorkingTreeFormat4',
2492
format_registry.register_metadir('knitpack',
2492
format_registry.register_metadir('knitpack-experimental',
2493
2493
'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack1',
2494
2494
help='New in 0.92: Pack-based format with data compatible with '
2495
2495
'dirstate-tags format repositories. Incompatible with bzr < 0.92. '
2496
'WARNING: This format is experimental so data in it may '
2497
'not be upgradable to release formats of bzr.',
2496
'NOTE: This format is experimental. Before using it, please read '
2497
'http://doc.bazaar-vcs.org/latest/developers/knitpack.html.',
2498
2498
branch_format='bzrlib.branch.BzrBranchFormat6',
2499
2499
tree_format='bzrlib.workingtree.WorkingTreeFormat4',
2500
2500
experimental=True,
2502
format_registry.register_metadir('knitpack-subtree',
2502
format_registry.register_metadir('knitpack-subtree-experimental',
2503
2503
'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack3',
2504
2504
help='New in 0.92: Pack-based format with data compatible with '
2505
2505
'dirstate-with-subtree format repositories. '
2506
2506
'Incompatible with bzr < 0.92. '
2507
'WARNING: This format is experimental so data in it may '
2508
'not be upgradable to release formats of bzr.',
2507
'NOTE: This format is experimental. Before using it, please read '
2508
'http://doc.bazaar-vcs.org/latest/developers/knitpack.html.',
2509
2509
branch_format='bzrlib.branch.BzrBranchFormat6',
2510
2510
tree_format='bzrlib.workingtree.WorkingTreeFormat4',
2513
2514
format_registry.set_default('dirstate-tags')