Rev 4602: Change the default branch format to 7, matching the default metadir description for 2a. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668

Robert Collins robertc at robertcollins.net
Wed Aug 12 22:35:54 BST 2009


At http://bazaar.launchpad.net/~lifeless/bzr/bug-398668

------------------------------------------------------------
revno: 4602
revision-id: robertc at robertcollins.net-20090812213551-79zst786idqpm2dg
parent: robertc at robertcollins.net-20090812212750-l8eoty8c29enow67
committer: Robert Collins <robertc at robertcollins.net>
branch nick: bug-398668
timestamp: Thu 2009-08-13 07:35:51 +1000
message:
  Change the default branch format to 7, matching the default metadir description for 2a.
=== modified file 'bzrlib/branch.py'
--- a/bzrlib/branch.py	2009-08-04 04:36:34 +0000
+++ b/bzrlib/branch.py	2009-08-12 21:35:51 +0000
@@ -2064,7 +2064,7 @@
 BranchFormat.register_format(__format6)
 BranchFormat.register_format(__format7)
 BranchFormat.register_format(__format8)
-BranchFormat.set_default_format(__format6)
+BranchFormat.set_default_format(__format7)
 _legacy_formats = [BzrBranchFormat4(),
     ]
 network_format_registry.register(




More information about the bazaar-commits mailing list