~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-05 02:46:38 UTC
  • mfrom: (4398.5.20 bencode_serializer)
  • Revision ID: pqm@pqm.ubuntu.com-20090605024638-fe5tn388osc38jvw
(bialix, jelmer, jam) Pyrex bencode and --development7-rich-root

Show diffs side-by-side

added added

removed removed

Lines of Context:
3816
3816
    experimental=True,
3817
3817
    )
3818
3818
 
 
3819
format_registry.register_metadir('development7-rich-root',
 
3820
    'bzrlib.repofmt.groupcompress_repo.RepositoryFormatCHK2',
 
3821
    help='pack-1.9 with 255-way hashed CHK inv, bencode revision, group compress, '
 
3822
        'rich roots. Please read '
 
3823
        'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
 
3824
        'before use.',
 
3825
    branch_format='bzrlib.branch.BzrBranchFormat7',
 
3826
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
 
3827
    hidden=True,
 
3828
    experimental=True,
 
3829
    )
 
3830
 
3819
3831
# The following format should be an alias for the rich root equivalent 
3820
3832
# of the default format
3821
3833
format_registry.register_metadir('default-rich-root',