diff mercurial/templates/gitweb/graph.tmpl @ 12666:ead4e21f49f1

web: add a help view for getting hg help output
author Augie Fackler <durin42@gmail.com>
date Sat, 09 Oct 2010 12:27:14 -0500
parents b07bd417115b
children 7359cb753a54
line wrap: on
line diff
--- a/mercurial/templates/gitweb/graph.tmpl	Sat Oct 09 15:00:30 2010 -0500
+++ b/mercurial/templates/gitweb/graph.tmpl	Sat Oct 09 12:27:14 2010 -0500
@@ -25,7 +25,8 @@
 graph |
 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
-<a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a>
+<a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> |
+<a href="{url}help{sessionvars%urlparameter}">help</a>
 <br/>
 <a href="{url}graph/{rev}{lessvars%urlparameter}">less</a>
 <a href="{url}graph/{rev}{morevars%urlparameter}">more</a>