 Issue 29336790:
  Issue 3674 - Add a hg hook that references commits in issues  (Closed)
    
  
    Issue 29336790:
  Issue 3674 - Add a hg hook that references commits in issues  (Closed) 
  | Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| (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 -%} | |
| LEFT | RIGHT |