templates/gitweb/filelog.tmpl
author Brendan Cully <brendan@kublai.com>
Wed, 11 Oct 2006 12:06:14 -0700
changeset 3335 9061613c1593
parent 3271 36fa5db79dd5
child 3353 2edf53386d86
permissions -rw-r--r--
Teach bdiff to support buffer objects manifest.add gives revlog.addrevision a buffer object, which may be cached and used for a second call in the same session (as mq does when pushing multiple patches). The other option would be to cast the buffer to str when caching it.

#header#
<title>#repo|escape#: File revisions</title>
<link rel="alternate" type="application/rss+xml"
   href="{url}rss-log" title="RSS feed for #repo|escape#">
</head>
<body>

<div class="page_header">
<a href="http://www.selenic.com/mercurial/" title="Mercurial"><div style="float:right;">Mercurial</div></a><a href="{url}summary{getentries}">#repo|escape#</a> / file revisions
</div>

<div class="page_nav">
<a href="{url}summary{getentries}">summary</a> |
<a href="{url}shortlog{getentries}">shortlog</a> |
<a href="{url}log{getentries}">changelog</a> |
<a href="{url}tags{getentries}">tags</a> |
<a href="{url}file/{node|short}/#file|urlescape#{getentries}">file</a> |
revisions |
<a href="{url}annotate/{node|short}/#file|urlescape#{getentries}">annotate</a> |
<a href="{url}rss-log/#node|short#/#file|urlescape#">rss</a><br/>
</div>

<div class="title" >#file|urlescape#</div>

<table>
#entries%filelogentry#
</table>

#footer#