~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.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:
3831
3831
    experimental=True,
3832
3832
    )
3833
3833
 
 
3834
format_registry.register_metadir('2a',
 
3835
    'bzrlib.repofmt.groupcompress_repo.RepositoryFormat2a',
 
3836
    help='First format for bzr 2.0 series.\n'
 
3837
        'Uses group-compress storage.\n'
 
3838
        'Provides rich roots which are a one-way transition.\n',
 
3839
        # 'storage in packs, 255-way hashed CHK inventory, bencode revision, group compress, '
 
3840
        # 'rich roots. Supported by bzr 1.16 and later.',
 
3841
    branch_format='bzrlib.branch.BzrBranchFormat7',
 
3842
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
 
3843
    experimental=True,
 
3844
    )
 
3845
 
3834
3846
# The following format should be an alias for the rich root equivalent 
3835
3847
# of the default format
3836
3848
format_registry.register_metadir('default-rich-root',