- fixed: the [url] tags in BT messages had unnecessary quotes

Fri, 03 Oct 2014 21:45:27 +0300

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Fri, 03 Oct 2014 21:45:27 +0300
changeset 37
3399d716b3ae
parent 36
543d7a5e3b8b
child 38
71046c4430d1

- 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)

mercurial