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

------------------------------------------------------------
revno: 11
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: raf
timestamp: Wed 2009-01-14 17:28:06 -0600
message:
  Display just the URLs rather than the Branch object itself.
=== 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:

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to