2677
2677
'bzrlib.repofmt.pack_repo',
2678
2678
'RepositoryFormatPackDevelopment5Hash255',
2680
format_registry.register_lazy(
2681
'Bazaar development format - btree+gc (needs bzr.dev from 1.13)\n',
2682
'bzrlib.repofmt.gc_repo',
2683
'RepositoryFormatPackGCPlain',
2685
format_registry.register_lazy(
2686
'Bazaar development format - hash16chk+gc rich-root (needs bzr.dev from 1.13)\n',
2687
'bzrlib.repofmt.gc_repo',
2688
'RepositoryFormatPackGCCHK16',
2690
format_registry.register_lazy(
2691
'Bazaar development format - hash255chk+gc rich-root (needs bzr.dev from 1.13)\n',
2692
'bzrlib.repofmt.gc_repo',
2693
'RepositoryFormatPackGCCHK255',
2695
format_registry.register_lazy(
2696
'Bazaar development format - hash255chk+gc rich-root bigpage (needs bzr.dev from 1.13)\n',
2697
'bzrlib.repofmt.gc_repo',
2698
'RepositoryFormatPackGCCHK255Big',
2682
2702
class InterRepository(InterObject):