changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / templates/gitweb/helptopics.tmpl

changeset 53: d25f982fb8a6
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 20 Jul 2024 22:31:54 -0400
permissions: -rw-r--r--
description: init vc
1 {header}
2 <title>Help: {title}</title>
3 <link rel="alternate" type="application/atom+xml"
4  href="{url|urlescape}atom-log" title="Atom feed for {repo|escape}"/>
5 <link rel="alternate" type="application/rss+xml"
6  href="{url|urlescape}rss-log" title="RSS feed for {repo|escape}"/>
7 </head>
8 <body>
9 
10 <div class="page_header">
11 <a href="{logourl}" title="Mercurial" style="float: right;">Mercurial</a>
12 <a href="/">Mercurial</a> {pathdef%breadcrumb} / help
13 </div>
14 
15 <div class="page_nav">
16 <div>
17 <a href="{url|urlescape}summary{sessionvars%urlparameter}">summary</a> |
18 <a href="{url|urlescape}shortlog{sessionvars%urlparameter}">shortlog</a> |
19 <a href="{url|urlescape}log{sessionvars%urlparameter}">changelog</a> |
20 <a href="{url|urlescape}graph{sessionvars%urlparameter}">graph</a> |
21 <a href="{url|urlescape}tags{sessionvars%urlparameter}">tags</a> |
22 <a href="{url|urlescape}bookmarks{sessionvars%urlparameter}">bookmarks</a> |
23 <a href="{url|urlescape}branches{sessionvars%urlparameter}">branches</a> |
24 <a href="{url|urlescape}file{sessionvars%urlparameter}">files</a> |
25 {if(subindex,
26  '<a href="{url|urlescape}help{sessionvars%urlparameter}">help</a>',
27  'help'
28 )}
29 </div>
30 {searchform}
31 </div>
32 
33 <div class="title">&nbsp;</div>
34 <table cellspacing="0">
35 <tr><td colspan="2"><h2><a name="topics" href="#topics">Topics</a></h2></td></tr>
36 {topics % helpentry}
37 
38 {if(earlycommands, '
39 <tr><td colspan="2"><h2><a name="main" href="#main">Main Commands</a></h2></td></tr>
40 {earlycommands % helpentry}
41 ')}
42 
43 {if(othercommands, '
44 <tr><td colspan="2"><h2><a name="other" href="#other">Other Commands</a></h2></td></tr>
45 {othercommands % helpentry}
46 ')}
47 
48 </table>
49 
50 {footer}