| Index: sitescripts/hg/template/issue_commit_comment.tmpl |
| =================================================================== |
| --- a/sitescripts/hg/template/issue_commit_comment.tmpl |
| +++ b/sitescripts/hg/template/issue_commit_comment.tmpl |
| @@ -1,9 +1,9 @@ |
| {% if changes|length > 1 -%} |
| Some commits referencing this issue have landed: |
| {%- else -%} |
| A commit referencing this issue has landed: |
| {%- endif %} |
| {%- for change in changes %} |
| {% if loop.length > 1 %}- {% endif -%} |
| -[https://hg.adblockplus.org/{{repository_name}}/rev/{{change.hex()[:12]}} {{change.description()}}] |
| +[https://hg.adblockplus.org/{{repository_name}}/rev/{{change.hex()[:12]}} {{format_description(change)}}] |
| {%- endfor -%} |