view templates/changelogentry.tmpl @ 6949:834f7e069cae

record: take diff lines for lack of trailing newlines into account (issue1282) The record extension incorrectly re-calculated the size lines for unified diff hunks. It counted a '\\ No newline at end of file\n' line towards the number of lines of trailing context, while it's not actually part of the context (and certainly isn't added as a line to the resulting output). Use the local name of a variable that was access through the nonlocal scope while we're at it. Seeing the variable was a little bewildering.
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Sun, 31 Aug 2008 11:34:52 +0200
parents ce8f31e0b3b8
children
line wrap: on
line source

<table class="logEntry parity#parity#">
 <tr>
  <th class="age">#date|age# ago:</th>
  <th class="firstline">#desc|strip|firstline|escape#</th>
 </tr>
 <tr>
  <th class="revision">changeset #rev#:</th>
  <td class="node"><a href="#url#rev/#node|short#{sessionvars%urlparameter}">#node|short#</a></td>
 </tr>
 #parent%changelogparent#
 #child%changelogchild#
 #changelogtag#
 <tr>
  <th class="author">author:</th>
  <td class="author">#author|obfuscate#</td>
 </tr>
 <tr>
  <th class="date">date:</th>
  <td class="date">#date|date#</td>
 </tr>
 <tr>
  <th class="files"><a href="#url#file/#node|short#{sessionvars%urlparameter}">files</a>:</th>
  <td class="files">#files#</td>
 </tr>
</table>