At http://people.samba.org/bzr/jelmer/bzr-cia/trunk

------------------------------------------------------------
revno: 41
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Jelmer Vernooij <[EMAIL PROTECTED]>
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
 


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

Reply via email to