Fri, 03 Oct 2014 21:45:27 +0300
- fixed: the [url] tags in BT messages had unnecessary quotes
cobalt.py | file | annotate | diff | comparison | revisions |
--- a/cobalt.py Fri Oct 03 21:44:42 2014 +0300 +++ b/cobalt.py Fri Oct 03 21:45:27 2014 +0300 @@ -359,7 +359,7 @@ commit_author += ' [%s]' % commit_trackeruser #fi - message = 'Issue addressed by commit %s: [b][url="%s/commits/%s"]%s[/url][/b]' \ + message = 'Issue addressed by commit %s: [b][url=%s/commits/%s]%s[/url][/b]' \ % (commit_node, repo_url, commit_node, commit_message) message += "\nCommitted by %s on %s\n\n%s" \ % (commit_author, commit_date, commit_diffstat)