~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-08-29 21:40:33 UTC
  • mfrom: (3665.2.3 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080829214033-n9tclw44g7b42hsc
(jam) Merge bzr-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). ',