author | mpm@selenic.com |
Sun, 03 Jul 2005 20:49:48 -0800 | |
changeset 604 | 40a66d464ac2 |
parent 570 | 2ee819a950aa |
permissions | -rw-r--r-- |
538 | 1 |
<div class="parity#parity#"> |
2 |
<table width="100%" cellpadding="0" cellspacing="0"> |
|
3 |
<tr> |
|
4 |
<td align="right" width="15%"><b>#date|age# ago: </b></td> |
|
5 |
<td><b>#desc|firstline|escape#</b></td></tr> |
|
6 |
<tr> |
|
7 |
<td align="right">changeset #rev#: </td> |
|
8 |
<td><a href="?cmd=changeset;node=#node#">#node|short#</a></td></tr> |
|
570
2ee819a950aa
[PATCH 2/5]: cleaning the template parent management in hgweb
mpm@selenic.com
parents:
568
diff
changeset
|
9 |
#parent# |
568 | 10 |
#changelogtag# |
538 | 11 |
<tr> |
12 |
<td align="right">author: </td> |
|
13 |
<td>#author|obfuscate#</td></tr> |
|
14 |
<tr> |
|
15 |
<td align="right">date: </td> |
|
16 |
<td>#date|date#</td></tr> |
|
17 |
<tr> |
|
18 |
<td align="right" valign="top"><a href="?cmd=manifest;manifest=#manifest#;path=/">files</a>: </td> |
|
19 |
<td>#files#</td></tr> |
|
20 |
</table> |
|
21 |
</div> |
|
22 |