~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: 2008-07-24 06:10:47 UTC
  • mfrom: (3575.2.1 stacking)
  • Revision ID: pqm@pqm.ubuntu.com-20080724061047-yrvo5cmeik38kibz
(mbp) rename stacked format to 1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
2973
2973
    branch_format='bzrlib.branch.BzrBranchFormat6',
2974
2974
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
2975
2975
    )
2976
 
format_registry.register_metadir('stacked',
 
2976
format_registry.register_metadir('1.6',
2977
2977
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack5',
2978
2978
    help='A branch and pack based repository that supports stacking. ',
2979
2979
    branch_format='bzrlib.branch.BzrBranchFormat7',
2980
2980
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
2981
2981
    )
2982
 
format_registry.register_metadir('stacked-rich-root',
 
2982
format_registry.register_metadir('1.6-rich-root',
2983
2983
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack5RichRoot',
2984
2984
    help='A branch and pack based repository that supports stacking '
2985
2985
         'and rich root data (needed for bzr-svn). ',