| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 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 === Background === | |
|
kzar
2017/11/10 14:32:01
As mentioned in IRC it would be cool to print out
tlucas
2017/11/13 14:34:08
Done.
| |
| 18 | |
| 19 CHANGE ME! | |
| 20 | |
| 21 === Included changes in `{{ repository }}` === | |
| 22 The list of changes imported by this is: | |
| 23 [[TicketQuery({%- for issue_id in issue_ids -%} | |
| 24 id={{ issue_id }}{%- if not loop.last -%}&{%- endif -%} | |
| 25 {%- endfor -%} | |
| 26 ,order=id,desc=1,format=table,col=summary|component)]] | |
| 27 | |
| 28 {% for change in noissues -%} | |
| 29 || [{{ change.hg_url }} {{ change.hg_hash }}] || {{ change.message }} || {{ chan ge.author }} || | |
| 30 {% endfor %} | |
| 31 | |
| 32 === What to change === | |
| 33 Update the `{{ repository }}` dependency to: | |
| 34 | |
| 35 || **mercurial** || **git** || | |
| 36 || {{ hg_hash }} || {{ git_hash }} || | |
|
kzar
2017/11/10 14:32:01
As mentioned in IRC I think the format like `hg:{{
tlucas
2017/11/13 14:34:08
I think this would useful, yes - but i personally
kzar
2017/11/13 15:20:45
I disagree on this one, but it's not hugely import
| |
| 37 | |
| 38 === Integration Notes === | |
| 39 | |
| 40 CHANGE ME! | |
| 41 | |
| 42 === Hints for testers === | |
| 43 | |
| 44 CHANGE ME! | |
| OLD | NEW |