~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-02-09 23:25:57 UTC
  • mfrom: (3990.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090209232557-ll08rw7c9xe43dpe
rename 1.12-preview formats as development-wt5 (Ian Clatworthy)

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',