~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
2175
2175
    'bzrlib.repofmt.pack_repo',
2176
2176
    'RepositoryFormatKnitPack3',
2177
2177
    )
 
2178
format_registry.register_lazy(
 
2179
    'Bazaar pack repository format 1 with rich root (needs bzr 1.0)\n',
 
2180
    'bzrlib.repofmt.pack_repo',
 
2181
    'RepositoryFormatKnitPack4',
 
2182
    )
2178
2183
 
2179
2184
 
2180
2185
class InterRepository(InterObject):