# HG changeset patch # User Tomas Zeman # Date 1314973951 -7200 # Node ID 5796e44b0e17e1d255b0bc0fcaa660675beefcf7 # Parent c335d316f54d25328229aae533374fcb4f98425e# Parent 88c088722a30963109172f487c77810a268bf027 merged w/ upstream (kept Jason's version for repo.add fix) diff -r 88c088722a30 -r 5796e44b0e17 artemis/artemis.py --- a/artemis/artemis.py Thu Apr 28 08:50:31 2011 -0700 +++ b/artemis/artemis.py Fri Sep 02 16:32:31 2011 +0200 @@ -188,8 +188,8 @@ outer.add_header('Message-Id', "<%s-%s-artemis@%s>" % (issue_id, _random_id(), socket.gethostname())) outer.add_header('References', mbox[(comment < len(mbox) and keys[comment]) or root]['Message-Id']) outer.add_header('In-Reply-To', mbox[(comment < len(mbox) and keys[comment]) or root]['Message-Id']) - new_bug_path = issue_fn[(len(repo.root)+1):] + '/new/' + mbox.add(outer) # + 1 for the trailing / - commands.add(ui, repo, new_bug_path) + new_bug_path = issue_fn[(len(repo.root)+1):] + '/new/' + mbox.add(outer) # + 1 for the trailing / + commands.add(ui, repo, new_bug_path) # Fix properties in the root message if properties: