# HG changeset patch # User Anton Shestakov # Date 1451384249 -28800 # Node ID ee7ef831df10370c17ab64ebb52d9b59c1add2e9 # Parent 435c906829b899d4c406407c7a45a0aabb5f9240 gitweb: describe feed type in links on /branches, /tags and /bookmarks diff -r 435c906829b8 -r ee7ef831df10 mercurial/templates/gitweb/bookmarks.tmpl --- a/mercurial/templates/gitweb/bookmarks.tmpl Tue Dec 29 18:16:09 2015 +0800 +++ b/mercurial/templates/gitweb/bookmarks.tmpl Tue Dec 29 18:17:29 2015 +0800 @@ -1,9 +1,9 @@ {header} {repo|escape}: Bookmarks + href="{url|urlescape}atom-bookmarks" title="Atom feed for {repo|escape}: bookmarks"/> + href="{url|urlescape}rss-bookmarks" title="RSS feed for {repo|escape}: bookmarks"/> diff -r 435c906829b8 -r ee7ef831df10 mercurial/templates/gitweb/branches.tmpl --- a/mercurial/templates/gitweb/branches.tmpl Tue Dec 29 18:16:09 2015 +0800 +++ b/mercurial/templates/gitweb/branches.tmpl Tue Dec 29 18:17:29 2015 +0800 @@ -1,9 +1,9 @@ {header} {repo|escape}: Branches + href="{url|urlescape}atom-branches" title="Atom feed for {repo|escape}: branches"/> + href="{url|urlescape}rss-branches" title="RSS feed for {repo|escape}: branches"/> diff -r 435c906829b8 -r ee7ef831df10 mercurial/templates/gitweb/tags.tmpl --- a/mercurial/templates/gitweb/tags.tmpl Tue Dec 29 18:16:09 2015 +0800 +++ b/mercurial/templates/gitweb/tags.tmpl Tue Dec 29 18:17:29 2015 +0800 @@ -1,9 +1,9 @@ {header} {repo|escape}: Tags + href="{url|urlescape}atom-tags" title="Atom feed for {repo|escape}: tags"/> + href="{url|urlescape}rss-tags" title="RSS feed for {repo|escape}: tags"/>