~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-12 01:11:00 UTC
  • mfrom: (4428.2.6 385103-format-name)
  • Revision ID: pqm@pqm.ubuntu.com-20090612011100-89h4a819eqx1ym98
(mbp) add 2a format

Show diffs side-by-side

added added

removed removed

Lines of Context:
3066
3066
    'bzrlib.repofmt.groupcompress_repo',
3067
3067
    'RepositoryFormatCHK2',
3068
3068
    )
 
3069
format_registry.register_lazy(
 
3070
    'Bazaar repository format 2a (needs bzr 1.16 or later)\n',
 
3071
    'bzrlib.repofmt.groupcompress_repo',
 
3072
    'RepositoryFormat2a',
 
3073
    )
3069
3074
 
3070
3075
 
3071
3076
class InterRepository(InterObject):