comparison templates/changelogentry.tmpl @ 3281:45b639607e52

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Fri, 06 Oct 2006 17:14:18 -0500
parents 46188b9528ca
children ce8f31e0b3b8
comparison
equal deleted inserted replaced
3280:ae85272b59a4 3281:45b639607e52
3 <th class="age">#date|age# ago:</th> 3 <th class="age">#date|age# ago:</th>
4 <th class="firstline">#desc|strip|firstline|escape#</th> 4 <th class="firstline">#desc|strip|firstline|escape#</th>
5 </tr> 5 </tr>
6 <tr> 6 <tr>
7 <th class="revision">changeset #rev#:</th> 7 <th class="revision">changeset #rev#:</th>
8 <td class="node"><a href="?cs=#node|short#">#node|short#</a></td> 8 <td class="node"><a href="#url#rev/#node|short#{getentries}">#node|short#</a></td>
9 </tr> 9 </tr>
10 #parent%changelogparent# 10 #parent%changelogparent#
11 #child%changelogchild# 11 #child%changelogchild#
12 #changelogtag# 12 #changelogtag#
13 <tr> 13 <tr>
17 <tr> 17 <tr>
18 <th class="date">date:</th> 18 <th class="date">date:</th>
19 <td class="date">#date|date#</td> 19 <td class="date">#date|date#</td>
20 </tr> 20 </tr>
21 <tr> 21 <tr>
22 <th class="files"><a href="?mf=#node|short#;path=/">files</a>:</th> 22 <th class="files"><a href="#url#file/#node|short#{getentries}">files</a>:</th>
23 <td class="files">#files#</td> 23 <td class="files">#files#</td>
24 </tr> 24 </tr>
25 </table> 25 </table>