hgweb: fix help pages title in gitweb and monoblue
Help pages in gitweb and monoblue were setting a completely inappropriate
title: "Branches". Let's have a proper title (copy-pasted from paper style).
--- a/mercurial/templates/gitweb/help.tmpl Tue Jun 30 22:15:58 2015 +0800
+++ b/mercurial/templates/gitweb/help.tmpl Tue Jun 30 23:31:19 2015 +0800
@@ -1,5 +1,5 @@
{header}
-<title>{repo|escape}: Branches</title>
+<title>Help: {topic}</title>
<link rel="alternate" type="application/atom+xml"
href="{url|urlescape}atom-tags" title="Atom feed for {repo|escape}"/>
<link rel="alternate" type="application/rss+xml"
--- a/mercurial/templates/gitweb/helptopics.tmpl Tue Jun 30 22:15:58 2015 +0800
+++ b/mercurial/templates/gitweb/helptopics.tmpl Tue Jun 30 23:31:19 2015 +0800
@@ -1,5 +1,5 @@
{header}
-<title>{repo|escape}: Branches</title>
+<title>Help: {title}</title>
<link rel="alternate" type="application/atom+xml"
href="{url|urlescape}atom-tags" title="Atom feed for {repo|escape}"/>
<link rel="alternate" type="application/rss+xml"
--- a/mercurial/templates/monoblue/help.tmpl Tue Jun 30 22:15:58 2015 +0800
+++ b/mercurial/templates/monoblue/help.tmpl Tue Jun 30 23:31:19 2015 +0800
@@ -1,5 +1,5 @@
{header}
- <title>{repo|escape}: Branches</title>
+ <title>Help: {topic}</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}"/>
</head>
--- a/mercurial/templates/monoblue/helptopics.tmpl Tue Jun 30 22:15:58 2015 +0800
+++ b/mercurial/templates/monoblue/helptopics.tmpl Tue Jun 30 23:31:19 2015 +0800
@@ -1,5 +1,5 @@
{header}
- <title>{repo|escape}: Branches</title>
+ <title>Help: {title}</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}"/>
</head>