~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: John Arbash Meinel
  • Date: 2008-08-29 19:32:00 UTC
  • mfrom: (3606.5.14 1.6)
  • mto: This revision was merged to the branch mainline in revision 3667.
  • Revision ID: john@arbash-meinel.com-20080829193200-wdvz1vr3sgga1tp9
MergeĀ inĀ 1.6.1rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
3032
3032
    branch_format='bzrlib.branch.BzrBranchFormat7',
3033
3033
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
3034
3034
    )
3035
 
format_registry.register_metadir('1.6-rich-root',
 
3035
format_registry.register_metadir('1.6.1-rich-root',
3036
3036
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack5RichRoot',
3037
3037
    help='A branch and pack based repository that supports stacking '
3038
3038
         'and rich root data (needed for bzr-svn). ',