changeset 12713:bd37e7492478

hgweb help: fix double help links
author Augie Fackler <durin42@gmail.com>
date Sun, 10 Oct 2010 12:03:28 -0500
parents 1b546140b85e
children f5178fbcd197
files mercurial/templates/paper/help.tmpl mercurial/templates/paper/helptopics.tmpl
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/templates/paper/help.tmpl	Mon Oct 11 11:17:48 2010 +0200
+++ b/mercurial/templates/paper/help.tmpl	Sun Oct 10 12:03:28 2010 -0500
@@ -18,7 +18,6 @@
 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
-<li><a href="{url}help{sessionvars%urlparameter}">help</a></li>
 </ul>
 <ul>
  <li class="active">help</li>
--- a/mercurial/templates/paper/helptopics.tmpl	Mon Oct 11 11:17:48 2010 +0200
+++ b/mercurial/templates/paper/helptopics.tmpl	Sun Oct 10 12:03:28 2010 -0500
@@ -18,7 +18,6 @@
 <li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li>
 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li>
 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
-<li><a href="{url}help{sessionvars%urlparameter}">help</a></li>
 </ul>
 <ul>
 <li class="active">help</li>