comparison templates/changelogentry.tmpl @ 1410:17703aa4491e

hgweb: shorten all the URLs in the standard templates A URL like this: http://www.selenic.com/hg/?cmd=changeset;node=5010207c35273ac1331cae44c253dd41fa07cb7f is now presented as: http://www.selenic.com/hg/?cs=5010207c352 (though the old style still works, of course)
author Matt Mackall <mpm@selenic.com>
date Tue, 18 Oct 2005 23:08:35 -0700
parents 0843e1bf2b97
children 19d2776f1725
comparison
equal deleted inserted replaced
1409:964baa35faf8 1410:17703aa4491e
3 <th class="age" width="15%">#date|age# ago:</th> 3 <th class="age" width="15%">#date|age# ago:</th>
4 <th class="firstline">#desc|firstline|escape#</th> 4 <th class="firstline">#desc|firstline|escape#</th>
5 </tr> 5 </tr>
6 <tr> 6 <tr>
7 <th class="changesetRev">changeset #rev#:</th> 7 <th class="changesetRev">changeset #rev#:</th>
8 <td class="changesetNode"><a href="?cmd=changeset;node=#node#">#node|short#</a></td> 8 <td class="changesetNode"><a href="?cs=#node|short#">#node|short#</a></td>
9 </tr> 9 </tr>
10 #parent# 10 #parent#
11 #changelogtag# 11 #changelogtag#
12 <tr> 12 <tr>
13 <th class="author">author:</th> 13 <th class="author">author:</th>
16 <tr> 16 <tr>
17 <th class="date">date:</th> 17 <th class="date">date:</th>
18 <td class="date">#date|date#</td> 18 <td class="date">#date|date#</td>
19 </tr> 19 </tr>
20 <tr> 20 <tr>
21 <th class="files"><a href="?cmd=manifest;manifest=#manifest#;path=/">files</a>:</th> 21 <th class="files"><a href="?mf=#manifest|short#;path=/">files</a>:</th>
22 <td class="files">#files#</td> 22 <td class="files">#files#</td>
23 </tr> 23 </tr>
24 </table> 24 </table>