diff mercurial/templates/gitweb/manifest.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 f91e5630ce7e
children b602ac02f1ba
line wrap: on
line diff
--- a/mercurial/templates/gitweb/manifest.tmpl	Sat Oct 09 15:00:30 2010 -0500
+++ b/mercurial/templates/gitweb/manifest.tmpl	Sat Oct 09 12:27:14 2010 -0500
@@ -19,7 +19,9 @@
 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
 files |
-<a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> {archives%archiveentry}<br/>
+<a href="{url}rev/{node|short}{sessionvars%urlparameter}">changeset</a> {archives%archiveentry} |
+<a href="{url}help{sessionvars%urlparameter}">help</a>
+<br/>
 </div>
 
 <div class="title">{path|escape} <span class="logtags">{inbranch%inbranchtag}{branches%branchtag}{tags%tagtag}</span></div>