| 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 | 
|  | 18 SUBJECT: | 
|  | 19 Update {{ repository }} dependency to {{ hg_hash }} | 
|  | 20 | 
|  | 21 === Background === | 
|  | 22 | 
|  | 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 | 
|  | 42 === Integration Notes === | 
|  | 43 | 
|  | 44 CHANGE ME! | 
|  | 45 | 
|  | 46 === Hints for testers === | 
|  | 47 | 
|  | 48 CHANGE ME! | 
| OLD | NEW | 
|---|