/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: John Arbash Meinel
  • Date: 2009-06-03 01:43:22 UTC
  • mfrom: (4290.1.13 bencode)
  • mto: This revision was merged to the branch mainline in revision 4410.
  • Revision ID: john@arbash-meinel.com-20090603014322-luyawuzu5f9v1llt
Merge the chk serializer, and update it for the new bencode locations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3780
3780
    experimental=True,
3781
3781
    )
3782
3782
 
 
3783
format_registry.register_metadir('development7-rich-root',
 
3784
    'bzrlib.repofmt.groupcompress_repo.RepositoryFormatCHK2',
 
3785
    help='pack-1.9 with 255-way hashed CHK inv, bencode revision, group compress, '
 
3786
        'rich roots. Please read '
 
3787
        'http://doc.bazaar-vcs.org/latest/developers/development-repo.html '
 
3788
        'before use.',
 
3789
    branch_format='bzrlib.branch.BzrBranchFormat7',
 
3790
    tree_format='bzrlib.workingtree.WorkingTreeFormat6',
 
3791
    hidden=True,
 
3792
    experimental=True,
 
3793
    )
 
3794
 
3783
3795
# The following format should be an alias for the rich root equivalent 
3784
3796
# of the default format
3785
3797
format_registry.register_metadir('default-rich-root',