Mercurial > hg
view mercurial/templates/spartan/shortlogentry.tmpl @ 42383:3a3592b40a95
perf: factor selection of revisions involved in the merge out
We will introduce more performance command around merge. As a first step we
factor out pieces of `perfmergecalculate` that can be reused.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 23 May 2019 14:02:01 +0200 |
parents | 9409aeaafdc1 |
children |
line wrap: on
line source
<table class="slogEntry parity{parity}"> <tr> <td class="age">{date|rfc822date}</td> <td class="author">{author|person}</td> <td class="node"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td> </tr> </table>