Rev 4673: 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:36:11 BST 2009


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

------------------------------------------------------------
revno: 4673
revision-id: john at arbash-meinel.com-20090904153600-2g96jdnyvdn8kn93
parent: pqm at pqm.ubuntu.com-20090904024310-7a3uqlf6iruxvz6m
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.0rc2-424392-format-description
timestamp: Fri 2009-09-04 10:36:00 -0500
message:
  Update format description for --2a, it is no longer a 'development format'
-------------- next part --------------
=== modified file 'bzrlib/repofmt/groupcompress_repo.py'
--- a/bzrlib/repofmt/groupcompress_repo.py	2009-09-01 06:10:24 +0000
+++ b/bzrlib/repofmt/groupcompress_repo.py	2009-09-04 15:36:00 +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