/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

Merge jam python groupcompress implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
2983
2983
    'bzrlib.repofmt.pack_repo',
2984
2984
    'RepositoryFormatPackDevelopment5Hash255',
2985
2985
    )
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',
2991
 
#     )
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',
2996
2990
    )
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',
3001
2995
    )
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',
3006
3000
    )