Mercurial > hg
comparison mercurial/templates/monoblue/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/monoblue/branches.tmpl@8e0bd0307ba2 |
children | 78acaca60243 |
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" href="{url}atom-log" title="Atom feed for {repo|escape}"/> | |
4 <link rel="alternate" type="application/rss+xml" href="{url}rss-log" title="RSS feed for {repo|escape}"/> | |
5 </head> | |
6 | |
7 <body> | |
8 <div id="container"> | |
9 <div class="page-header"> | |
10 <h1><a href="{url}summary{sessionvars%urlparameter}">{repo|escape}</a> / Branches</h1> | |
11 | |
12 <form action="{url}log"> | |
13 {sessionvars%hiddenformentry} | |
14 <dl class="search"> | |
15 <dt><label>Search: </label></dt> | |
16 <dd><input type="text" name="rev" /></dd> | |
17 </dl> | |
18 </form> | |
19 | |
20 <ul class="page-nav"> | |
21 <li><a href="{url}summary{sessionvars%urlparameter}">summary</a></li> | |
22 <li><a href="{url}shortlog{sessionvars%urlparameter}">shortlog</a></li> | |
23 <li><a href="{url}changelog{sessionvars%urlparameter}">changelog</a></li> | |
24 <li><a href="{url}graph/{node|short}{sessionvars%urlparameter}">graph</a></li> | |
25 <li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> | |
26 <li><a href="{url}help{sessionvars%urlparameter}">branches</a></li> | |
27 <li><a href="{url}file/{node|short}{sessionvars%urlparameter}">files</a></li> | |
28 <li class="current">help</li> | |
29 </ul> | |
30 </div> | |
31 | |
32 <h2 class="no-link no-border">branches</h2> | |
33 <table cellspacing="0"> | |
34 <tr><td colspan="2"><h2><a name="main" href="#topics">Topics</a></h2></td></tr> | |
35 {topics % helpentry} | |
36 | |
37 <tr><td colspan="2"><h2><a name="main" href="#main">Main Commands</a></h2></td></tr> | |
38 {earlycommands % helpentry} | |
39 | |
40 <tr><td colspan="2"><h2><a name="other" href="#other">Other Commands</a></h2></td></tr> | |
41 {othercommands % helpentry} | |
42 </table> | |
43 | |
44 {footer} |