~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: 2010-09-01 11:27:40 UTC
  • mfrom: (5389.1.1 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20100901112740-kt9s91eujt7ayp3m
(jelmer) Add development8-subtree development format which combines nested
 tree support and CHK repositories. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3389
3389
    'bzrlib.repofmt.groupcompress_repo',
3390
3390
    'RepositoryFormat2a',
3391
3391
    )
 
3392
format_registry.register_lazy(
 
3393
    'Bazaar development format 8\n',
 
3394
    'bzrlib.repofmt.groupcompress_repo',
 
3395
    'RepositoryFormat2aSubtree',
 
3396
    )
3392
3397
 
3393
3398
 
3394
3399
class InterRepository(InterObject):