Rev 4605: Fix missing registration of WorkngTree format 4 from default-change before. in http://bazaar.launchpad.net/~lifeless/bzr/bug-398668

Robert Collins robertc at robertcollins.net
Thu Aug 13 00:00:34 BST 2009


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

------------------------------------------------------------
revno: 4605
revision-id: robertc at robertcollins.net-20090812230030-lurd2d6o0gloy7vv
parent: robertc at robertcollins.net-20090812221629-si0puvlqnr68v69j
committer: Robert Collins <robertc at robertcollins.net>
branch nick: bug-398668
timestamp: Thu 2009-08-13 09:00:30 +1000
message:
  Fix missing registration of WorkngTree format 4 from default-change before.
=== modified file 'bzrlib/workingtree.py'
--- a/bzrlib/workingtree.py	2009-08-12 21:48:30 +0000
+++ b/bzrlib/workingtree.py	2009-08-12 23:00:30 +0000
@@ -3032,8 +3032,8 @@
 
 __default_format = WorkingTreeFormat6()
 WorkingTreeFormat.register_format(__default_format)
-WorkingTreeFormat.register_format(WorkingTreeFormat6())
 WorkingTreeFormat.register_format(WorkingTreeFormat5())
+WorkingTreeFormat.register_format(WorkingTreeFormat4())
 WorkingTreeFormat.register_format(WorkingTreeFormat3())
 WorkingTreeFormat.set_default_format(__default_format)
 # formats which have no format string are not discoverable




More information about the bazaar-commits mailing list