diff mercurial-tests/testData/bin/Templates/atom/filelog.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/atom/filelog.tmpl	Tue Dec 08 19:58:10 2009 +0300
+++ b/mercurial-tests/testData/bin/Templates/atom/filelog.tmpl	Tue Dec 08 20:20:52 2009 +0300
@@ -1,8 +1,8 @@
-#header#
+{header}
  <id>{urlbase}{url}atom-log/tip/{file|escape}</id>
- <link rel="self" href="{urlbase}{url}atom-log/tip/{file|escape}"/>
- <title>#repo|escape#: #file|escape# history</title>
- #latestentry%feedupdated#
+ <link rel="self" href="{urlbase}{url}atom-log/tip/{file|urlescape}"/>
+ <title>{repo|escape}: {file|escape} history</title>
+ {latestentry%feedupdated}
 
-#entries%changelogentry#
+{entries%changelogentry}
 </feed>