Mercurial > hg
view mercurial/templates/spartan/shortlogentry.tmpl @ 47527:c6b91a9c242a
dirstate: use a `merged` parameter to _addpath
Differential Revision: https://phab.mercurial-scm.org/D10969
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 04 Jul 2021 01:48:11 +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>