Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: sitescripts/hg/template/issue_commit_comment.tmpl

Issue 29339623: Issue 3681 - Add suport for "Fixes XXXX - ..." commit messages (Closed)
Patch Set: Fix Strunk+White violations Created May 18, 2016, 8:29 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sitescripts/hg/bin/update_issues.py ('k') | sitescripts/hg/test/update_issues.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {% if changes|length > 1 -%} 1 {% if changes|length > 1 -%}
2 Some commits referencing this issue have landed: 2 Some commits referencing this issue have landed:
3 {%- else -%} 3 {%- else -%}
4 A commit referencing this issue has landed: 4 A commit referencing this issue has landed:
5 {%- endif %} 5 {%- endif %}
6 {%- for change in changes %} 6 {%- for change in changes %}
7 {% if loop.length > 1 %}- {% endif -%} 7 {% if loop.length > 1 %}- {% endif -%}
8 https://hg.adblockplus.org/{{repository_name}}/rev/{{change.hex()[:12]}} 8 [https://hg.adblockplus.org/{{repository_name}}/rev/{{change.hex()[:12]}} {{chan ge.description()}}]
9 {%- endfor -%} 9 {%- endfor -%}
OLDNEW
« no previous file with comments | « sitescripts/hg/bin/update_issues.py ('k') | sitescripts/hg/test/update_issues.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld