view mercurial/templates/paper/filelogentry.tmpl @ 18677:539210ed2069

blackbox: only show new heads on incoming The blackbox was logging every head after every incoming group. Now we only log the heads that have changed. Added a test. Moved the hooks test to the bottom of the file since the hooks interfer with the tests after it.
author Durham Goode <durham@fb.com>
date Wed, 13 Feb 2013 11:07:01 -0800
parents 9409aeaafdc1
children f4a3b50a30bd
line wrap: on
line source

 <tr class="parity{parity}">
  <td class="age">{date|rfc822date}</td>
  <td class="author">{author|person}</td>
  <td class="description"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td>
 </tr>