Mercurial > hg
annotate templates/changelogentry.tmpl @ 1686:dd5085897010
make stuff for macos x binary package.
it is now easy to make prebuilt binary for macos x. i have no hosting
space. i hope someone else can make binaries.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Fri, 03 Feb 2006 00:50:28 -0800 |
parents | ba625c8083d8 |
children | 4990b62fd0a6 |
rev | line source |
---|---|
585 | 1 <table class="changelogEntry parity#parity#"> |
2 <tr> | |
1334
0843e1bf2b97
hgweb: fixed IE display problem on changelog page
TK Soh <teekaysoh@yahoo.com>
parents:
585
diff
changeset
|
3 <th class="age" width="15%">#date|age# ago:</th> |
1445
56281e086f38
hgweb: add strip and rstrip filters to handle summary
TK Soh <teekaysoh@yahoo.com>
parents:
1416
diff
changeset
|
4 <th class="firstline">#desc|strip|firstline|escape#</th> |
585 | 5 </tr> |
6 <tr> | |
7 <th class="changesetRev">changeset #rev#:</th> | |
1410
17703aa4491e
hgweb: shorten all the URLs in the standard templates
Matt Mackall <mpm@selenic.com>
parents:
1334
diff
changeset
|
8 <td class="changesetNode"><a href="?cs=#node|short#">#node|short#</a></td> |
585 | 9 </tr> |
1416
19d2776f1725
hgweb: hide trivial parent (like in show_changeset)
Benoit Boissinot <benoit.boissinot@ens-lyon.org>
parents:
1410
diff
changeset
|
10 #parent%changelogparent# |
1606
ba625c8083d8
- duplicate the parent link logic to show child links
Muli Ben-Yehuda <mulix@mulix.org>
parents:
1445
diff
changeset
|
11 #child%changelogchild# |
585 | 12 #changelogtag# |
13 <tr> | |
14 <th class="author">author:</th> | |
15 <td class="author">#author|obfuscate#</td> | |
16 </tr> | |
17 <tr> | |
18 <th class="date">date:</th> | |
19 <td class="date">#date|date#</td> | |
20 </tr> | |
21 <tr> | |
1410
17703aa4491e
hgweb: shorten all the URLs in the standard templates
Matt Mackall <mpm@selenic.com>
parents:
1334
diff
changeset
|
22 <th class="files"><a href="?mf=#manifest|short#;path=/">files</a>:</th> |
585 | 23 <td class="files">#files#</td> |
24 </tr> | |
1334
0843e1bf2b97
hgweb: fixed IE display problem on changelog page
TK Soh <teekaysoh@yahoo.com>
parents:
585
diff
changeset
|
25 </table> |