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

Delta Between Two Patch Sets: sitescripts/hg/template/issue_commit_comment.tmpl

Issue 29336790: Issue 3674 - Add a hg hook that references commits in issues (Closed)
Left Patch Set: Created Feb. 22, 2016, 10:40 a.m.
Right Patch Set: Don't use RegexObject.match Created Feb. 23, 2016, 9:39 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « sitescripts/hg/bin/update_issues.py ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 {% if changes|length > 1 -%}
2 Some commits referencing this issue have landed:
3 {%- else -%}
4 A commit referencing this issue has landed:
5 {%- endif %}
6 {%- for change in changes %}
7 {% if loop.length > 1 %}- {% endif -%}
8 https://hg.adblockplus.org/{{repository_name}}/rev/{{change.hex()[:12]}}
9 {%- endfor -%}
LEFTRIGHT

Powered by Google App Engine
This is Rietveld