Rev 4637: Finish upgrading default branch format to 7. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
Robert Collins
robertc at robertcollins.net
Mon Aug 17 22:16:27 BST 2009
At http://bazaar.launchpad.net/~lifeless/bzr/bug-398668
------------------------------------------------------------
revno: 4637
revision-id: robertc at robertcollins.net-20090817211540-eh0k82dele8u4b7i
parent: robertc at robertcollins.net-20090817075510-commrfepneh9ltd3
committer: Robert Collins <robertc at robertcollins.net>
branch nick: bug-398668
timestamp: Tue 2009-08-18 07:15:40 +1000
message:
Finish upgrading default branch format to 7.
=== modified file 'bzrlib/tests/test_branch.py'
--- a/bzrlib/tests/test_branch.py 2009-07-10 05:49:34 +0000
+++ b/bzrlib/tests/test_branch.py 2009-08-17 21:15:40 +0000
@@ -40,6 +40,7 @@
BzrBranch5,
BzrBranchFormat5,
BzrBranchFormat6,
+ BzrBranchFormat7,
PullResult,
_run_with_write_locked_target,
)
@@ -60,7 +61,7 @@
def test_default_format(self):
# update this if you change the default branch format
self.assertIsInstance(BranchFormat.get_default_format(),
- BzrBranchFormat6)
+ BzrBranchFormat7)
def test_default_format_is_same_as_bzrdir_default(self):
# XXX: it might be nice if there was only one place the default was
More information about the bazaar-commits
mailing list