[PATCH 11 of 11] [RFC] hgweb: gitweb: do not mix shortlog and changelog in summary page

Markus F.X.J. Oberhumer markus at oberhumer.com
Mon Jun 25 07:50:48 CDT 2007


# HG changeset patch
# User Markus F.X.J. Oberhumer <markus at oberhumer.com>
# Date 1182775580 -7200
# Node ID 420dda8ab7e9c322322f570e86150352921f3a4c
# Parent  96bb1c2d61b2fbbb556e46d82daac77cf5548ee2
[RFC] hgweb: gitweb: do not mix shortlog and changelog in summary page.

diff --git a/templates/gitweb/summary.tmpl b/templates/gitweb/summary.tmpl
--- a/templates/gitweb/summary.tmpl
+++ b/templates/gitweb/summary.tmpl
@@ -32,10 +32,10 @@ summary |
 <tr><td>last change</td><td>#lastchange|rfc822date#</td></tr>
 </table>
 
-<div><a  class="title" href="{url}log{sessionvars%urlparameter}">changes</a></div>
+<div><a  class="title" href="{url}shortlog{sessionvars%urlparameter}">changes</a></div>
 <table cellspacing="0">
 #shortlog#
-<tr class="light"><td colspan="4"><a class="list" href="{url}log{sessionvars%urlparameter}">...</a></td></tr>
+<tr class="light"><td colspan="4"><a class="list" href="{url}shortlog{sessionvars%urlparameter}">...</a></td></tr>
 </table>
 
 <div><a class="title" href="{url}tags{sessionvars%urlparameter}">tags</a></div>


More information about the Mercurial-devel mailing list