Rev 4603: Change the working tree default format to match 2a in the bzrdir registry. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668

Robert Collins robertc at robertcollins.net
Wed Aug 12 22:48:33 BST 2009


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

------------------------------------------------------------
revno: 4603
revision-id: robertc at robertcollins.net-20090812214830-qj01rc1ekalo9l63
parent: robertc at robertcollins.net-20090812213551-79zst786idqpm2dg
committer: Robert Collins <robertc at robertcollins.net>
branch nick: bug-398668
timestamp: Thu 2009-08-13 07:48:30 +1000
message:
  Change the working tree default format to match 2a in the bzrdir registry.
=== modified file 'bzrlib/workingtree.py'
--- a/bzrlib/workingtree.py	2009-08-04 04:36:34 +0000
+++ b/bzrlib/workingtree.py	2009-08-12 21:48:30 +0000
@@ -3030,7 +3030,7 @@
         return self.get_format_string()
 
 
-__default_format = WorkingTreeFormat4()
+__default_format = WorkingTreeFormat6()
 WorkingTreeFormat.register_format(__default_format)
 WorkingTreeFormat.register_format(WorkingTreeFormat6())
 WorkingTreeFormat.register_format(WorkingTreeFormat5())




More information about the bazaar-commits mailing list