/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-02-13 21:21:25 UTC
  • mfrom: (3995.3.8 1.12)
  • mto: This revision was merged to the branch mainline in revision 4007.
  • Revision ID: john@arbash-meinel.com-20090213212125-aiqf2d1as2pd2xy2
Merge bzr 1.12 final

Show diffs side-by-side

added added

removed removed

Lines of Context:
3136
3136
    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack6',
3137
3137
    help='A working-tree format that supports views and content filtering.',
3138
3138
    branch_format='bzrlib.branch.BzrBranchFormat7',
3139
 
    tree_format='bzrlib.workingtree_4.WorkingTreeFormat5',
 
3139
    tree_format='bzrlib.workingtree.WorkingTreeFormat5',
3140
3140
    experimental=True,
3141
3141
    )
3142
3142
format_registry.register_metadir('development-wt5-rich-root',
3144
3144
    help='A variant of development-wt5 that supports rich-root data '
3145
3145
         '(needed for bzr-svn).',
3146
3146
    branch_format='bzrlib.branch.BzrBranchFormat7',
3147
 
    tree_format='bzrlib.workingtree_4.WorkingTreeFormat5',
 
3147
    tree_format='bzrlib.workingtree.WorkingTreeFormat5',
3148
3148
    experimental=True,
3149
3149
    )
3150
3150
# The following two formats should always just be aliases.