annotate mercurial/templates/rss/bookmarks.tmpl @ 18334:44bda93df90e

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.
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 10 Jan 2013 00:44:23 +0100
parents 1046cb663776
children b8ede1f79126
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
13858
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
1 {header}
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
2 <title>{repo|escape}: bookmarks </title>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
3 <description>{repo|escape} bookmark history</description>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
4 {entries%bookmarkentry}
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
5 </channel>
1046cb663776 hgweb: add missing bookmarks templates to atom/rss styles
Yuya Nishihara <yuya@tcha.org>
parents:
diff changeset
6 </rss>