Mercurial > hg-stable
view mercurial/templates/paper/filelogentry.tmpl @ 25110:c9f382c8233a
hgweb: also display changeset bookmarks in file log (style=paper)
There already are branches and tags in file log, now let's add what's been
missing: bookmarks.
Also, since coal borrows this template from paper, this change is effective for
coal as well.
author | Anton Shestakov <engored@ya.ru> |
---|---|
date | Fri, 15 May 2015 12:19:51 +0800 |
parents | 09ec4220a839 |
children | f36dc643ffdc |
line wrap: on
line source
<tr> <td class="age">{date|rfc822date}</td> <td class="author">{author|person}</td> <td class="description"> <a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a> {inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{bookmarks%changelogtag}{rename%filelogrename} </td> </tr>