Rev 180: Fixed failing test. in http://bzr.daniel-watkins.co.uk/pqm/unknown-branch-formats

Daniel Watkins daniel at daniel-watkins.co.uk
Tue Jul 15 12:16:28 BST 2008


At http://bzr.daniel-watkins.co.uk/pqm/unknown-branch-formats

------------------------------------------------------------
revno: 180
revision-id: daniel at daniel-watkins.co.uk-20080715111508-p4knrmwk91o3y3eu
parent: daniel at daniel-watkins.co.uk-20080715111445-t9rfgsrp7pz2y3a8
committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
branch nick: unknown-branch-formats
timestamp: Tue 2008-07-15 12:15:08 +0100
message:
  Fixed failing test.
-------------- next part --------------
=== modified file 'pqm/__init__.py'
--- a/pqm/__init__.py	2008-07-15 09:30:33 +0000
+++ b/pqm/__init__.py	2008-07-15 11:15:08 +0000
@@ -1387,8 +1387,8 @@
         except bzrlib.errors.UnknownFormatError, e:
             self.last_error = e
             raise PQMTlaFailure(sender,
-                "Branch '%s' had the following problem:\n"
-                "  %s" % (branchspec, e))
+                ["Branch '%s' had the following problem:\n"
+                 "  %s" % (branchspec, e)])
 
     def commit(self, sender, dir, summary, parent_branch, config):
         from bzrlib.branch import Branch



More information about the bazaar-commits mailing list