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

------------------------------------------------------------
revno: 10
revision-id: [email protected]
parent: [email protected]
committer: John Arbash Meinel <[email protected]>
branch nick: raf
timestamp: Wed 2009-01-14 17:22:12 -0600
message:
  add a note() so the user knows what is actually going on.
=== modified file '__init__.py'
--- a/__init__.py       2009-01-14 23:17:47 +0000
+++ b/__init__.py       2009-01-14 23:22:12 +0000
@@ -93,6 +93,7 @@
                 raise errors.BzrCommandError('There are %d unmerged revisions'
                     ' in\n  %s\nthat are not in\n  %s.'
                     % (len(unmerged_revs), b, target_b))
+        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:
             # We have a checkout, so we need to point it to the new location

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

Reply via email to