--- a/mercurial/templates/monoblue/bookmarks.tmpl Tue Dec 29 18:17:29 2015 +0800
+++ b/mercurial/templates/monoblue/bookmarks.tmpl Tue Dec 29 01:40:34 2015 +0800
@@ -1,7 +1,7 @@
{header}
<title>{repo|escape}: Bookmarks</title>
- <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
- <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
+ <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-bookmarks" title="Atom feed for {repo|escape}: bookmarks"/>
+ <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-bookmarks" title="RSS feed for {repo|escape}: bookmarks"/>
</head>
<body>
--- a/mercurial/templates/monoblue/branches.tmpl Tue Dec 29 18:17:29 2015 +0800
+++ b/mercurial/templates/monoblue/branches.tmpl Tue Dec 29 01:40:34 2015 +0800
@@ -1,7 +1,7 @@
{header}
<title>{repo|escape}: Branches</title>
- <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-branches" title="Atom feed for {repo|escape}"/>
- <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-branches" title="RSS feed for {repo|escape}"/>
+ <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-branches" title="Atom feed for {repo|escape}: branches"/>
+ <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-branches" title="RSS feed for {repo|escape}: branches"/>
</head>
<body>
--- a/mercurial/templates/monoblue/tags.tmpl Tue Dec 29 18:17:29 2015 +0800
+++ b/mercurial/templates/monoblue/tags.tmpl Tue Dec 29 01:40:34 2015 +0800
@@ -1,7 +1,7 @@
{header}
<title>{repo|escape}: Tags</title>
- <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
- <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
+ <link rel="alternate" type="application/atom+xml" href="{url|urlescape}atom-tags" title="Atom feed for {repo|escape}: tags"/>
+ <link rel="alternate" type="application/rss+xml" href="{url|urlescape}rss-tags" title="RSS feed for {repo|escape}: tags"/>
</head>
<body>