Rev 4652: Update format description for --2a, it is no longer a 'development format' in http://bazaar.launchpad.net/~jameinel/bzr/2.0rc2-424392-format-description

John Arbash Meinel john at arbash-meinel.com
Fri Sep 4 16:38:07 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.0rc2-424392-format-description

------------------------------------------------------------
revno: 4652
revision-id: john at arbash-meinel.com-20090904153756-pd0p4y3ksj98o73o
parent: pqm at pqm.ubuntu.com-20090903023444-6whv50zdhowi0riq
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.0rc2-424392-format-description
timestamp: Fri 2009-09-04 10:37:56 -0500
message:
  Update format description for --2a, it is no longer a 'development format'
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2009-09-03 02:34:44 +0000
+++ b/NEWS	2009-09-04 15:37:56 +0000
@@ -24,6 +24,9 @@
   longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)``
   (Robert Collins, #416732)
 
+* ``bzr info -v`` on a 2a format still claimed that it was a "Development
+  format" (John Arbash Meinel, #424392)
+
 * ``bzr log stacked-branch`` shows the full log including
   revisions that are in the fallback repository. (Regressed in 2.0rc1).
   (John Arbash Meinel, #419241)

=== modified file 'bzrlib/repofmt/groupcompress_repo.py'
--- a/bzrlib/repofmt/groupcompress_repo.py	2009-08-24 19:34:13 +0000
+++ b/bzrlib/repofmt/groupcompress_repo.py	2009-09-04 15:37:56 +0000
@@ -1145,3 +1145,8 @@
 
     def get_format_string(self):
         return ('Bazaar repository format 2a (needs bzr 1.16 or later)\n')
+
+    def get_format_description(self):
+        """See RepositoryFormat.get_format_description()."""
+        return ("Repository format 2a - rich roots, group compression"
+            " and chk inventories")



More information about the bazaar-commits mailing list