comparison mercurial/templates/gitweb/helptopics.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 mercurial/templates/gitweb/branches.tmpl@f91e5630ce7e
children e8f50febc2d4
comparison
equal deleted inserted replaced
12665:cf24b6b5517c 12666:ead4e21f49f1
1 {header}
2 <title>{repo|escape}: Branches</title>
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-tags" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-tags" title="RSS feed for {repo|escape}"/>
7 </head>
8 <body>
9
10 <div class="page_header">
11 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / branches
12 </div>
13
14 <div class="page_nav">
15 <a href="{url}summary{sessionvars%urlparameter}">summary</a> |
16 <a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a> |
17 <a href="{url}log{sessionvars%urlparameter}">changelog</a> |
18 <a href="{url}graph{sessionvars%urlparameter}">graph</a> |
19 <a href="{url}tags{sessionvars%urlparameter}">tags</a> |
20 <a href="{url}branches{sessionvars%urlparameter}">branches</a> |
21 <a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a> |
22 help
23 <br/>
24 </div>
25
26 <div class="title">&nbsp;</div>
27 <table cellspacing="0">
28 <tr><td colspan="2"><h2><a name="main" href="#topics">Topics</a></h2></td></tr>
29 {topics % helpentry}
30
31 <tr><td colspan="2"><h2><a name="main" href="#main">Main Commands</a></h2></td></tr>
32 {earlycommands % helpentry}
33
34 <tr><td colspan="2"><h2><a name="other" href="#other">Other Commands</a></h2></td></tr>
35 {othercommands % helpentry}
36 </table>
37
38 {footer}