/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Martin Pool
  • Date: 2009-06-11 04:04:14 UTC
  • mto: This revision was merged to the branch mainline in revision 4437.
  • Revision ID: mbp@sourcefrog.net-20090611040414-ippyu6blszi7fhux
Add 2a format

Show diffs side-by-side

added added

removed removed

Lines of Context:
3828
3828
    experimental=True,
3829
3829
    )
3830
3830
 
 
3831
format_registry.register_metadir('2a',
 
3832
    'bzrlib.repofmt.groupcompress_repo.RepositoryFormat2a',
 
3833
    help='First format for bzr 2.0 series.\n'
 
3834
        'storage in packs, 255-way hashed CHK inventory, bencode revision, group compress, '
 
3835
        'rich roots. Supported by bzr 1.16 and later.',
 
3836
    branch_format='bzrlib.branch.BzrBranchFormat7',
 
3837
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
 
3838
    hidden=True,
 
3839
    experimental=True,
 
3840
    )
3831
3841
# The following format should be an alias for the rich root equivalent 
3832
3842
# of the default format
3833
3843
format_registry.register_metadir('default-rich-root',