author | Pradeepkumar Gayam <in3xes@gmail.com> |
Tue, 26 Oct 2010 02:38:14 +0530 | |
branch | stable |
changeset 12846 | 4b334f8c941b |
parent 9999 | f91e5630ce7e |
child 13176 | 895f54a79c6e |
permissions | -rw-r--r-- |
8353 | 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}: branches" /> |
|
5 |
<link rel="alternate" type="application/rss+xml" |
|
6 |
href="{url}rss-tags" title="RSS feed for {repo|escape}: branches" /> |
|
7 |
</head> |
|
8 |
<body> |
|
9 |
||
10 |
<div class="container"> |
|
11 |
<div class="menu"> |
|
12 |
<div class="logo"> |
|
8936
1de6e7e1bb9f
change wiki/bts URLs to point to new hostname
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
8353
diff
changeset
|
13 |
<a href="http://mercurial.selenic.com/"> |
8353 | 14 |
<img src="{staticurl}hglogo.png" alt="mercurial" /></a> |
15 |
</div> |
|
16 |
<ul> |
|
17 |
<li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li> |
|
18 |
<li><a href="{url}graph{sessionvars%urlparameter}">graph</a></li> |
|
19 |
<li><a href="{url}tags{sessionvars%urlparameter}">tags</a></li> |
|
20 |
<li class="active">branches</li> |
|
21 |
</ul> |
|
12846
4b334f8c941b
templates: fix inconsistency in 'help' link
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
9999
diff
changeset
|
22 |
<ul> |
4b334f8c941b
templates: fix inconsistency in 'help' link
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
9999
diff
changeset
|
23 |
<li><a href="{url}help{sessionvars%urlparameter}">help</a></li> |
4b334f8c941b
templates: fix inconsistency in 'help' link
Pradeepkumar Gayam <in3xes@gmail.com>
parents:
9999
diff
changeset
|
24 |
</ul> |
8353 | 25 |
</div> |
26 |
||
27 |
<div class="main"> |
|
28 |
<h2><a href="{url}{sessionvars%urlparameter}">{repo|escape}</a></h2> |
|
29 |
<h3>branches</h3> |
|
30 |
||
31 |
<form class="search" action="{url}log"> |
|
32 |
{sessionvars%hiddenformentry} |
|
33 |
<p><input name="rev" id="search1" type="text" size="30" /></p> |
|
34 |
<div id="hint">find changesets by author, revision, |
|
35 |
files, or words in the commit message</div> |
|
36 |
</form> |
|
37 |
||
38 |
<table class="bigtable"> |
|
39 |
<tr> |
|
40 |
<th>branch</th> |
|
41 |
<th>node</th> |
|
42 |
</tr> |
|
43 |
{entries%branchentry} |
|
44 |
</table> |
|
45 |
</div> |
|
46 |
</div> |
|
47 |
||
48 |
{footer} |