Rev 41: Add note about retrying submit. in http://people.samba.org/bzr/jelmer/bzr-cia/trunk
Jelmer Vernooij
jelmer at samba.org
Fri Oct 10 15:05:15 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-cia/trunk
------------------------------------------------------------
revno: 41
revision-id: jelmer at samba.org-20081010140514-nz47wfw72o8b7juu
parent: jelmer at samba.org-20081010135130-f2ohde85kro5urvl
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2008-10-10 16:05:14 +0200
message:
Add note about retrying submit.
=== modified file '__init__.py'
--- a/__init__.py 2008-10-10 13:51:30 +0000
+++ b/__init__.py 2008-10-10 14:05:14 +0000
@@ -111,6 +111,7 @@
f = open(cache_file, 'w')
f.write(message)
f.close()
+ return cache_file
def cia_connect(config):
@@ -154,6 +155,7 @@
if error is not None:
warning("Unable to submit revision to CIA: %s" % error)
store_failed_message(revid, msg)
+ info("To retry submit later, run 'bzr cia-submit --pending'.")
else:
print msg
More information about the bazaar-commits
mailing list