Rev 2411: Back out changing default format: its not ready yet. in sftp://bazaar.launchpad.net/%7Ebzr/bzr/dirstate/

Robert Collins robertc at robertcollins.net
Mon Feb 26 04:55:19 GMT 2007


At sftp://bazaar.launchpad.net/%7Ebzr/bzr/dirstate/

------------------------------------------------------------
revno: 2411
revision-id: robertc at robertcollins.net-20070226045423-h5irpxqoukh50bjd
parent: robertc at robertcollins.net-20070226042755-e21ce5f15vz94wyr
committer: Robert Collins <robertc at robertcollins.net>
branch nick: dirstate
timestamp: Mon 2007-02-26 15:54:23 +1100
message:
  Back out changing default format: its not ready yet.
modified:
  bzrlib/workingtree.py          workingtree.py-20050511021032-29b6ec0a681e02e3
=== modified file 'bzrlib/workingtree.py'
--- a/bzrlib/workingtree.py	2007-02-26 04:27:55 +0000
+++ b/bzrlib/workingtree.py	2007-02-26 04:54:23 +0000
@@ -2506,9 +2506,9 @@
         return self.get_format_string()
 
 
-__default_format = WorkingTreeFormat4()
+__default_format = WorkingTreeFormat3()
 WorkingTreeFormat.register_format(__default_format)
-WorkingTreeFormat.register_format(WorkingTreeFormat3())
+WorkingTreeFormat.register_format(WorkingTreeFormat4())
 WorkingTreeFormat.set_default_format(__default_format)
 # formats which have no format string are not discoverable
 # and not independently creatable, so are not registered.



More information about the bazaar-commits mailing list