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

Delta Between Two Patch Sets: eyeo-depup/src/templates/default.trac

Issue 29599579: OffTopic: DependencyUpdater
Left Patch Set: Addressing Dave's comments Created Nov. 13, 2017, 2:32 p.m.
Right Patch Set: Created Nov. 27, 2017, 9:40 a.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
LEFTRIGHT
(no file at all)
1 {#
2 This file is part of Adblock Plus <https://adblockplus.org/>,
3 Copyright (C) 2006-present eyeo GmbH
4
5 Adblock Plus is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License version 3 as
7 published by the Free Software Foundation.
8
9 Adblock Plus is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
13
14 You should have received a copy of the GNU General Public License
15 along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
16 #}
17
18 SUBJECT:
19 Update {{ repository }} dependency to {{ hg_hash }}
kzar 2017/11/27 15:03:33 Nit: Mind removing "SUBJECT: " and changing adding
20
21 === Background ===
22
kzar 2017/11/27 15:03:32 Nit: This blank line is inconsistent with the othe
23 CHANGE ME!
24
25 === Included changes in `{{ repository }}` ===
26 The list of changes imported by this is:
27 [[TicketQuery({%- for issue_id in issue_ids -%}
28 id={{ issue_id }}{%- if not loop.last -%}&{%- endif -%}
29 {%- endfor -%}
30 ,order=id,desc=1,format=table,col=summary|component)]]
31
32 {% for change in noissues -%}
33 || [{{ change.hg_url }} {{ change.hg_hash }}] || {{ change.message }} || {{ chan ge.author }} ||
34 {% endfor %}
35
36 === What to change ===
37 Update the `{{ repository }}` dependency to:
38
39 || **mercurial** || **git** ||
40 || {{ hg_hash }} || {{ git_hash }} ||
41
Sebastian Noack 2018/06/01 18:08:16 In case of a buildtools dependency update you also
42 === Integration Notes ===
43
kzar 2017/11/27 15:03:32 Nit: Another extra blank line.
44 CHANGE ME!
45
46 === Hints for testers ===
47
kzar 2017/11/27 15:03:33 Nit: Another extra blank line.
48 CHANGE ME!
LEFTRIGHT

Powered by Google App Engine
This is Rietveld