Rev 10: add a note() so the user knows what is actually going on. in http://bzr.arbash-meinel.com/plugins/raf
John Arbash Meinel
john at arbash-meinel.com
Wed Jan 14 23:22:31 GMT 2009
At http://bzr.arbash-meinel.com/plugins/raf
------------------------------------------------------------
revno: 10
revision-id: john at arbash-meinel.com-20090114232212-zd6kc6y1cfg27viw
parent: john at arbash-meinel.com-20090114231747-tlxkuqt8qsvl25ro
committer: John Arbash Meinel <john at arbash-meinel.com>
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.
-------------- next part --------------
=== 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
More information about the bazaar-commits
mailing list