##// END OF EJS Templates
web: provide diffstat to the changeset page...
web: provide diffstat to the changeset page This includes all affected files, so it can be used for an extended view of the files or as a replacement for the filenodelink and filenolink templates.

File last commit:

r13858:1046cb66 stable
r14490:1d3e2349 default
Show More
bookmarks.tmpl
11 lines | 343 B | application/x-cheetah | CheetahLexer
{header}
<id>{urlbase}{url}</id>
<link rel="self" href="{urlbase}{url}atom-bookmarks"/>
<link rel="alternate" href="{urlbase}{url}bookmarks"/>
<title>{repo|escape}: bookmarks</title>
<summary>{repo|escape} bookmark history</summary>
<author><name>Mercurial SCM</name></author>
{latestentry%feedupdated}
{entries%bookmarkentry}
</feed>