Rev 11: Display just the URLs rather than the Branch object itself. in http://bzr.arbash-meinel.com/plugins/raf

John Arbash Meinel john at arbash-meinel.com
Wed Jan 14 23:28:22 GMT 2009


At http://bzr.arbash-meinel.com/plugins/raf

------------------------------------------------------------
revno: 11
revision-id: john at arbash-meinel.com-20090114232806-o6n6c8pcw2ihqpa1
parent: john at arbash-meinel.com-20090114232212-zd6kc6y1cfg27viw
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: raf
timestamp: Wed 2009-01-14 17:28:06 -0600
message:
  Display just the URLs rather than the Branch object itself.
-------------- next part --------------
=== modified file '__init__.py'
--- a/__init__.py	2009-01-14 23:22:12 +0000
+++ b/__init__.py	2009-01-14 23:28:06 +0000
@@ -92,7 +92,7 @@
             if unmerged_revs:
                 raise errors.BzrCommandError('There are %d unmerged revisions'
                     ' in\n  %s\nthat are not in\n  %s.'
-                    % (len(unmerged_revs), b, target_b))
+                    % (len(unmerged_revs), b.base, target_b.base))
         trace.note('Archiving %s\n       to %s', b.base, archived_url)
         archive_branch.archive_branch(b, archive_trans, archived_url)
         if wt is not None:



More information about the bazaar-commits mailing list