annotate templates/changelog-rss.tmpl @ 2125:3610d9468b1e

Use string literal concatenation for optlist and import -p option
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 25 Apr 2006 09:00:09 +0200
parents 7ffa91f275ff
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
1 #header#
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
2 <title>#repo|escape# Changelog</title>
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
3 <description>#repo|escape# Changelog</description>
985
7ffa91f275ff hgweb: fix RSS and raw for new % scheme
mpm@selenic.com
parents: 599
diff changeset
4 #entries%changelogentry#
599
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
5 </channel>
765182a4c843 [PATCH] Add RSS support to hgweb
mpm@selenic.com
parents:
diff changeset
6 </rss>