[PATCH 3 of 3] monoblue: correct feed links on /branches, /tags and /bookmarks

Augie Fackler raf at durin42.com
Tue Dec 29 16:08:29 CST 2015


On Tue, Dec 29, 2015 at 06:21:33PM +0800, Anton Shestakov wrote:
> # HG changeset patch
> # User Anton Shestakov <av6 at dwimlabs.net>
> # Date 1451324434 -28800
> #      Tue Dec 29 01:40:34 2015 +0800
> # Node ID a8f35807365ec15b06a81ccd397cdb739cdd5878
> # Parent  3fe6239f7fac5f5f5fee0b56c15d23ba5a46c366
> monoblue: correct feed links on /branches, /tags and /bookmarks

Queued these, thanks!

>
> diff --git a/mercurial/templates/monoblue/bookmarks.tmpl b/mercurial/templates/monoblue/bookmarks.tmpl
> --- a/mercurial/templates/monoblue/bookmarks.tmpl
> +++ b/mercurial/templates/monoblue/bookmarks.tmpl
> @@ -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>
> diff --git a/mercurial/templates/monoblue/branches.tmpl b/mercurial/templates/monoblue/branches.tmpl
> --- a/mercurial/templates/monoblue/branches.tmpl
> +++ b/mercurial/templates/monoblue/branches.tmpl
> @@ -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>
> diff --git a/mercurial/templates/monoblue/tags.tmpl b/mercurial/templates/monoblue/tags.tmpl
> --- a/mercurial/templates/monoblue/tags.tmpl
> +++ b/mercurial/templates/monoblue/tags.tmpl
> @@ -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>
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list