##// END OF EJS Templates
merge: changing the mode of a file is also an update...
merge: changing the mode of a file is also an update It was a change in the file system that wasn't reported in the summaries.

File last commit:

r13858:1046cb66 stable
r18334:44bda93d 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>