Mercurial > hg
annotate templates/rss/changelogentry.tmpl @ 5708:f6bf89722e29
merge: add flag merging intelligence
- properly handle all 27 combinations of flags
- prompt on conflicts
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 27 Dec 2007 22:47:44 -0600 |
parents | a2179e78d18b |
children | b03416194895 |
rev | line source |
---|---|
599 | 1 <item> |
1511
a91bfbbe88d3
hgweb: remove redundant rstrip filter
TK Soh <teekaysoh@yahoo.com>
parents:
1445
diff
changeset
|
2 <title>#desc|strip|firstline|strip|escape#</title> |
3423
a2179e78d18b
Fix RSS URLs (closes issue396)
Brendan Cully <brendan@kublai.com>
parents:
3235
diff
changeset
|
3 <link>{urlbase}{url}rev/{node|short}</link> |
1445
56281e086f38
hgweb: add strip and rstrip filters to handle summary
TK Soh <teekaysoh@yahoo.com>
parents:
1410
diff
changeset
|
4 <description><![CDATA[#desc|strip|escape|addbreaks#]]></description> |
599 | 5 <author>#author|obfuscate#</author> |
6 <pubDate>#date|rfc822date#</pubDate> | |
7 </item> |