Rev 3623: Remove --1.6-rich-root as a registered metadir collection. in http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/rich_root_serializer

John Arbash Meinel john at arbash-meinel.com
Fri Aug 29 05:46:15 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.6-dev/rich_root_serializer

------------------------------------------------------------
revno: 3623
revision-id: john at arbash-meinel.com-20080829044612-i5eshappfji5sjfz
parent: john at arbash-meinel.com-20080829025102-yen21bf2ryskwbrr
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: rich_root_serializer
timestamp: Thu 2008-08-28 23:46:12 -0500
message:
  Remove --1.6-rich-root as a registered metadir collection.
-------------- next part --------------
=== modified file 'bzrlib/bzrdir.py'
--- a/bzrlib/bzrdir.py	2008-08-29 02:44:39 +0000
+++ b/bzrlib/bzrdir.py	2008-08-29 04:46:12 +0000
@@ -3033,16 +3033,6 @@
     branch_format='bzrlib.branch.BzrBranchFormat7',
     tree_format='bzrlib.workingtree.WorkingTreeFormat4',
     )
-format_registry.register_metadir('1.6-rich-root',
-    'bzrlib.repofmt.pack_repo.RepositoryFormatKnitPack5RichRootBroken',
-    help='(deprecated, use --1.6.1-rich-root instead) A branch and pack based'
-         ' repository that supports stacking and rich root data (needed for'
-         ' bzr-svn).',
-    branch_format='bzrlib.branch.BzrBranchFormat7',
-    tree_format='bzrlib.workingtree.WorkingTreeFormat4',
-    hidden=True,
-    deprecated=True,
-    )
 # The following two formats should always just be aliases.
 format_registry.register_metadir('development',
     'bzrlib.repofmt.pack_repo.RepositoryFormatPackDevelopment1',



More information about the bazaar-commits mailing list