author | Matt Mackall <mpm@selenic.com> |
Tue, 01 Jul 2014 23:32:11 -0500 | |
branch | stable |
changeset 21830 | 0cc5187b95bc |
parent 13858 | 1046cb663776 |
child 29435 | b8ede1f79126 |
permissions | -rw-r--r-- |
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> |