3352
3352
'bzrlib.repofmt.pack_repo',
3353
3353
'RepositoryFormatKnitPack6RichRoot',
3355
format_registry.register_lazy(
3356
'Bazaar repository format 2a (needs bzr 1.16 or later)\n',
3357
'bzrlib.repofmt.groupcompress_repo',
3358
'RepositoryFormat2a',
3356
3361
# Development formats.
3357
# Obsolete but kept pending a CHK based subtree format.
3362
# Check their docstrings to see if/when they are obsolete.
3358
3363
format_registry.register_lazy(
3359
3364
("Bazaar development format 2 with subtree support "
3360
3365
"(needs bzr.dev from before 1.8)\n"),
3361
3366
'bzrlib.repofmt.pack_repo',
3362
3367
'RepositoryFormatPackDevelopment2Subtree',
3365
# 1.14->1.16 go below here
3366
format_registry.register_lazy(
3367
'Bazaar development format - group compression and chk inventory'
3368
' (needs bzr.dev from 1.14)\n',
3369
'bzrlib.repofmt.groupcompress_repo',
3370
'RepositoryFormatCHK1',
3373
format_registry.register_lazy(
3374
'Bazaar development format - chk repository with bencode revision '
3375
'serialization (needs bzr.dev from 1.16)\n',
3376
'bzrlib.repofmt.groupcompress_repo',
3377
'RepositoryFormatCHK2',
3379
format_registry.register_lazy(
3380
'Bazaar repository format 2a (needs bzr 1.16 or later)\n',
3381
'bzrlib.repofmt.groupcompress_repo',
3382
'RepositoryFormat2a',
3384
3369
format_registry.register_lazy(
3385
3370
'Bazaar development format 8\n',
3386
3371
'bzrlib.repofmt.groupcompress_repo',