branch | stable |
changeset 13551 | bbfae32f178e |
parent 11750 | 26e413f55b5e |
child 13878 | a8d13ee0ce68 |
--- a/hgext/hgcia.py Mon Mar 07 15:03:10 2011 -0600 +++ b/hgext/hgcia.py Sun Mar 06 11:30:57 2011 +0100 @@ -198,7 +198,7 @@ def sendrpc(self, msg): srv = xmlrpclib.Server(self.ciaurl) res = srv.hub.deliver(msg) - if res is not True: + if res is not True and res != 'queued.': raise util.Abort(_('%s returned an error: %s') % (self.ciaurl, res))