Show More
@@ -609,7 +609,8 b' class hgweb(object):' | |||||
609 | lastchange = (0, 0), # FIXME |
|
609 | lastchange = (0, 0), # FIXME | |
610 | manifest = hex(mf), |
|
610 | manifest = hex(mf), | |
611 | tags = tagentries, |
|
611 | tags = tagentries, | |
612 |
shortlog = changelist |
|
612 | shortlog = changelist, | |
|
613 | archives=self.archivelist("tip")) | |||
613 |
|
614 | |||
614 | def filediff(self, file, changeset): |
|
615 | def filediff(self, file, changeset): | |
615 | cl = self.repo.changelog |
|
616 | cl = self.repo.changelog |
@@ -20,7 +20,7 b'' | |||||
20 | </div> |
|
20 | </div> | |
21 |
|
21 | |||
22 | <div class="page_nav"> |
|
22 | <div class="page_nav"> | |
23 | <a href="?cmd=summary;style=gitweb">summary</a> | changelog | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a><br/> |
|
23 | <a href="?cmd=summary;style=gitweb">summary</a> | changelog | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a>#archives%archiveentry#<br/> | |
24 | <br/> |
|
24 | <br/> | |
25 | #changenav%naventry#<br/> |
|
25 | #changenav%naventry#<br/> | |
26 | </div> |
|
26 | </div> |
@@ -1,7 +1,8 b'' | |||||
1 | #header# |
|
1 | #header# | |
2 |
|
2 | |||
3 | <div class="page_nav"> |
|
3 | <div class="page_nav"> | |
4 |
<a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">log</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a> |
|
4 | <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">log</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a>#archives%archiveentry# | |
|
5 | <br/> | |||
5 |
|
6 | |||
6 | #changenav%naventry#<br/> |
|
7 | #changenav%naventry#<br/> | |
7 | </div> |
|
8 | </div> |
@@ -9,7 +9,8 b'' | |||||
9 | <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / summary |
|
9 | <a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="?cmd=summary;style=gitweb">#repo|escape#</a> / summary | |
10 | </div> |
|
10 | </div> | |
11 | <div class="page_nav"> |
|
11 | <div class="page_nav"> | |
12 |
summary | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a> |
|
12 | summary | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=manifest;manifest=#manifest#;path=/;style=gitweb">manifest</a>#archives%archiveentry# | |
|
13 | <br/> | |||
13 | </div> |
|
14 | </div> | |
14 |
|
15 | |||
15 | <div class="title"> </div> |
|
16 | <div class="title"> </div> |
General Comments 0
You need to be logged in to leave comments.
Login now