3391
3391
experimental=True,
3393
format_registry.register_metadir('gc-no-rich-root',
3394
'bzrlib.repofmt.gc_repo.RepositoryFormatPackGCPlain',
3395
help='pack-1.9 with xml inv, group compress '
3397
'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
3399
branch_format='bzrlib.branch.BzrBranchFormat7',
3400
tree_format='bzrlib.workingtree.WorkingTreeFormat5',
3404
format_registry.register_metadir('gc-chk16',
3405
'bzrlib.repofmt.gc_repo.RepositoryFormatPackGCCHK16',
3406
help='pack-1.9 with 16-way hashed CHK inv, group compress, rich roots. '
3408
'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
3410
branch_format='bzrlib.branch.BzrBranchFormat7',
3411
tree_format='bzrlib.workingtree.WorkingTreeFormat5',
3415
format_registry.register_metadir('gc-chk255',
3416
'bzrlib.repofmt.gc_repo.RepositoryFormatPackGCCHK255',
3417
help='pack-1.9 with 255-way hashed CHK inv, group compress, rich roots '
3419
'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
3421
branch_format='bzrlib.branch.BzrBranchFormat7',
3422
tree_format='bzrlib.workingtree.WorkingTreeFormat5',
3426
format_registry.register_metadir('gc-chk255-big',
3427
'bzrlib.repofmt.gc_repo.RepositoryFormatPackGCCHK255Big',
3428
help='pack-1.9 with 255-way hashed CHK inv, group compress, rich roots '
3430
'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
3432
branch_format='bzrlib.branch.BzrBranchFormat7',
3433
tree_format='bzrlib.workingtree.WorkingTreeFormat5',
3393
3438
# The current format that is made on 'bzr init'.
3394
3439
format_registry.set_default('pack-0.92')