Mercurial > hg
view mercurial/templates/spartan/shortlogentry.tmpl @ 50814:4a3a9d961561 stable
revlog: fix the naming scheme use by split temporary file
The `-s` is now added on the first piece only and the `.i` is added to the
index. This match the initially intended naming scheme.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 21 Jul 2023 15:50:56 +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>