# HG changeset patch # User Tomas Zeman # Date 1323353771 -3600 # Node ID db85d3d0f23e11a38dcba35709ed1377270d540f # Parent 5796e44b0e17e1d255b0bc0fcaa660675beefcf7 artemis.py: fixed indentation (issues where not really added, only comments) diff -r 5796e44b0e17 -r db85d3d0f23e artemis/artemis.py --- a/artemis/artemis.py Fri Sep 02 16:32:31 2011 +0200 +++ b/artemis/artemis.py Thu Dec 08 15:16:11 2011 +0100 @@ -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: