2983
2983
'bzrlib.repofmt.pack_repo',
2984
2984
'RepositoryFormatPackDevelopment5Hash255',
2986
# XXX: This format is scheduled for termination
2987
# format_registry.register_lazy(
2988
# 'Bazaar development format - btree+gc (needs bzr.dev from 1.13)\n',
2989
# 'bzrlib.repofmt.groupcompress_repo',
2990
# 'RepositoryFormatPackGCPlain',
2992
2986
format_registry.register_lazy(
2993
'Bazaar development format - hash16chk+gc rich-root (needs bzr.dev from 1.13)\n',
2987
'Bazaar development format - hash16chk+gc rich-root (needs bzr.dev from 1.14)\n',
2994
2988
'bzrlib.repofmt.groupcompress_repo',
2995
2989
'RepositoryFormatPackGCCHK16',
2997
2991
format_registry.register_lazy(
2998
'Bazaar development format - hash255chk+gc rich-root (needs bzr.dev from 1.13)\n',
2992
'Bazaar development format - hash255chk+gc rich-root (needs bzr.dev from 1.14)\n',
2999
2993
'bzrlib.repofmt.groupcompress_repo',
3000
2994
'RepositoryFormatPackGCCHK255',
3002
2996
format_registry.register_lazy(
3003
'Bazaar development format - hash255chk+gc rich-root bigpage (needs bzr.dev from 1.13)\n',
2997
'Bazaar development format - hash255chk+gc rich-root bigpage (needs bzr.dev from 1.14)\n',
3004
2998
'bzrlib.repofmt.groupcompress_repo',
3005
2999
'RepositoryFormatPackGCCHK255Big',