Mercurial > hg > mercurial
diff mercurial-tests/testData/bin/Templates/rss/tagentry.tmpl @ 88:6fada1d52902 Darjeeling-5.0.x
new hg utility
author | Pavel.Sher |
---|---|
date | Tue, 08 Dec 2009 20:20:52 +0300 |
parents | a530ea876f55 |
children |
line wrap: on
line diff
--- a/mercurial-tests/testData/bin/Templates/rss/tagentry.tmpl Tue Dec 08 19:58:10 2009 +0300 +++ b/mercurial-tests/testData/bin/Templates/rss/tagentry.tmpl Tue Dec 08 20:20:52 2009 +0300 @@ -1,6 +1,6 @@ <item> - <title>#tag|escape#</title> + <title>{tag|escape}</title> <link>{urlbase}{url}rev/{node|short}</link> - <description><![CDATA[#tag|strip|escape|addbreaks#]]></description> - <pubDate>#date|rfc822date#</pubDate> + <description><![CDATA[{tag|strip|escape|addbreaks}]]></description> + <pubDate>{date|rfc822date}</pubDate> </item>