Rev 4636: Fix registration of default-rich-root as 2a. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
robertc at robertcollins.net
Mon Aug 17 08:55:14 BST 2009
At http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
------------------------------------------------------------
revno: 4636
revision-id: robertc at robertcollins.net-20090817075510-commrfepneh9ltd3
parent: robertc at robertcollins.net-20090817075434-6nizpmuqrbpz6veo
committer: Robert Collins <robertc at robertcollins.net>
branch nick: bug-398668
timestamp: Mon 2009-08-17 17:55:10 +1000
message:
Fix registration of default-rich-root as 2a.
=== modified file 'bzrlib/bzrdir.py'
--- a/bzrlib/bzrdir.py 2009-08-17 06:22:18 +0000
+++ b/bzrlib/bzrdir.py 2009-08-17 07:55:10 +0000
@@ -3864,7 +3864,9 @@
# The following format should be an alias for the rich root equivalent
# of the default format
format_registry.register_metadir('default-rich-root',
- format_registry.get('2a'),
+ 'bzrlib.repofmt.groupcompress_repo.RepositoryFormat2a',
+ branch_format='bzrlib.branch.BzrBranchFormat7',
+ tree_format='bzrlib.workingtree.WorkingTreeFormat6',
alias=True,
help='Same as 2a.')
More information about the bazaar-commits
mailing list