/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: Ian Clatworthy
  • Date: 2009-02-09 06:38:29 UTC
  • mto: (3990.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3991.
  • Revision ID: ian.clatworthy@canonical.com-20090209063829-bv28wy5amxko8l1r
rename 1.12-preview formats as development-wt5 formats

Show diffs side-by-side

added added

removed removed

Lines of Context:
3125
3125
    branch_format='bzrlib.branch.BzrBranchFormat7',
3126
3126
    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
3127
3127
    )
3128
 
format_registry.register_metadir('1.12-preview',
 
3128
format_registry.register_metadir('development-wt5',
3129
3129
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack6',
3130
3130
    help='A working-tree format that supports views and content filtering.',
3131
3131
    branch_format='bzrlib.branch.BzrBranchFormat7',
3132
3132
    tree_format='bzrlib.workingtree_4.WorkingTreeFormat5',
3133
3133
    experimental=True,
3134
3134
    )
3135
 
format_registry.register_metadir('1.12-preview-rich-root',
 
3135
format_registry.register_metadir('development-wt5-rich-root',
3136
3136
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack6RichRoot',
3137
 
    help='A variant of 1.12-preview that supports rich-root data '
 
3137
    help='A variant of development-wt5 that supports rich-root data '
3138
3138
         '(needed for bzr-svn).',
3139
3139
    branch_format='bzrlib.branch.BzrBranchFormat7',
3140
3140
    tree_format='bzrlib.workingtree_4.WorkingTreeFormat5',