Rev 27: Fix typo. in http://people.ubuntu.com/~robertc/baz2.0/plugins/groupcompress/trunk

Robert Collins robertc at robertcollins.net
Tue Feb 10 22:08:18 GMT 2009


At http://people.ubuntu.com/~robertc/baz2.0/plugins/groupcompress/trunk

------------------------------------------------------------
revno: 27
revision-id: robertc at robertcollins.net-20090210220817-kz6c11mby007zsu7
parent: robertc at robertcollins.net-20090210220324-r7353rfrbk0nd2iv
committer: Robert Collins <robertc at robertcollins.net>
branch nick: trunk
timestamp: Wed 2009-02-11 09:08:17 +1100
message:
  Fix typo.
=== modified file 'repofmt.py'
--- a/repofmt.py	2009-02-10 22:03:24 +0000
+++ b/repofmt.py	2009-02-10 22:08:17 +0000
@@ -448,7 +448,7 @@
     formats = (RepositoryFormatPackGCPlain, RepositoryFormatPackGCRichRoot,
         RepositoryFormatPackGCSubtrees)
     if chk_support:
-        formats = formats = (RepositoryFormatPackGCPlain,)
+        formats = formats + (RepositoryFormatPackGCPlain,)
     if isinstance(source._format, formats) or isinstance(target._format, formats):
         return False
     else:




More information about the bazaar-commits mailing list