comparison templates/changelogentry.tmpl @ 3205:48395d2692de

hgweb: kill #manifest#
author Brendan Cully <brendan@kublai.com>
date Fri, 29 Sep 2006 16:26:09 -0700
parents 4990b62fd0a6
children d1aa83f199ef
comparison
equal deleted inserted replaced
3193:367a009c2acb 3205:48395d2692de
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=#manifest|short#;path=/">files</a>:</th> 22 <th class="files"><a href="?mf=#node|short#;path=/">files</a>:</th>
23 <td class="files">#files#</td> 23 <td class="files">#files#</td>
24 </tr> 24 </tr>
25 </table> 25 </table>