[PATCH 4 of 4] help: link back to the help topics page from a specific topic page

Augie Fackler raf at durin42.com
Sun May 13 07:29:09 CDT 2012


# HG changeset patch
# User Augie Fackler <raf at durin42.com>
# Date 1336904543 18000
# Node ID fe4de364707213eb971cb48ac961ad922fe48a76
# Parent  c88d58df58f87468a597a5c36f3563616e5e79b4
help: link back to the help topics page from a specific topic page

diff --git a/mercurial/templates/paper/help.tmpl b/mercurial/templates/paper/help.tmpl
--- a/mercurial/templates/paper/help.tmpl
+++ b/mercurial/templates/paper/help.tmpl
@@ -21,7 +21,7 @@
 <li><a href="{url}branches{sessionvars%urlparameter}">branches</a></li>
 </ul>
 <ul>
- <li class="active">help</li>
+ <li class="active"><a href="{url}help{sessionvars%urlparameter}">help</a></li>
 </ul>
 </div>
 


More information about the Mercurial-devel mailing list