view mercurial/templates/atom/filelog.tmpl @ 15381:c519cd8f0169 stable

backout dbdb777502dc (issue3077) (issue3071) Using util.realpath turns out to create complex issues on both Mac and Windows. Back this change out for the release.
author Matt Mackall <mpm@selenic.com>
date Sat, 29 Oct 2011 11:02:23 -0500
parents f91e5630ce7e
children 9409aeaafdc1
line wrap: on
line source

{header}
 <id>{urlbase}{url}atom-log/tip/{file|escape}</id>
 <link rel="self" href="{urlbase}{url}atom-log/tip/{file|urlescape}"/>
 <title>{repo|escape}: {file|escape} history</title>
 {latestentry%feedupdated}

{entries%changelogentry}
</feed>