# HG changeset patch # User Anton Shestakov # Date 2015-06-30 15:31:19 # Node ID def530e77b0bb6327e6b1282c61b089d15d72d86 # Parent 51658e676cc366edf8c83a5cc72bd75070907058 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). diff --git a/mercurial/templates/gitweb/help.tmpl b/mercurial/templates/gitweb/help.tmpl --- a/mercurial/templates/gitweb/help.tmpl +++ b/mercurial/templates/gitweb/help.tmpl @@ -1,5 +1,5 @@ {header} -{repo|escape}: Branches +Help: {topic} {repo|escape}: Branches +Help: {title} {repo|escape}: Branches + Help: {topic} diff --git a/mercurial/templates/monoblue/helptopics.tmpl b/mercurial/templates/monoblue/helptopics.tmpl --- a/mercurial/templates/monoblue/helptopics.tmpl +++ b/mercurial/templates/monoblue/helptopics.tmpl @@ -1,5 +1,5 @@ {header} - {repo|escape}: Branches + Help: {title}