75
75
# info' will die horribly.
77
77
from bzrlib.repofmt.pack_repo import (
78
RepositoryFormatPackDevelopment4,
78
RepositoryFormatPackDevelopment5,
79
RepositoryFormatPackDevelopment5Hash16,
80
81
format_registry.register_metadir('gc-plain-chk',
81
82
'bzrlib.plugins.groupcompress.repofmt.RepositoryFormatPackGCPlainCHK',
84
85
'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
86
87
branch_format='bzrlib.branch.BzrBranchFormat7',
87
tree_format='bzrlib.workingtree.WorkingTreeFormat4',
88
tree_format='bzrlib.workingtree.WorkingTreeFormat5',
91
92
repo_registry.register_lazy(
92
'Bazaar development format - chk+gc (needs bzr.dev from 1.12)\n',
93
'Bazaar development format - chk+gc (needs bzr.dev from 1.13)\n',
93
94
'bzrlib.plugins.groupcompress.repofmt',
94
95
'RepositoryFormatPackGCPlainCHK',
97
format_registry.register_metadir('gc-plain-chk16',
98
'bzrlib.plugins.groupcompress.repofmt.RepositoryFormatPackGCPlainCHK16',
99
help='pack-1.9 with 16-way hashed CHK inv and group compress. '
101
'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
103
branch_format='bzrlib.branch.BzrBranchFormat7',
104
tree_format='bzrlib.workingtree.WorkingTreeFormat5',
108
repo_registry.register_lazy(
109
'Bazaar development format - hash16chk+gc (needs bzr.dev from 1.13)\n',
110
'bzrlib.plugins.groupcompress.repofmt',
111
'RepositoryFormatPackGCPlainCHK16',
96
113
except ImportError: