Mercurial > hg
view mercurial/templates/paper/filelogentry.tmpl @ 51631:bf1d26bd5b6a
obsolete: quote the feature name
This makes it at least somewhat clearer that hg is talking about some
specific feature and not just outdated code.
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Mon, 10 Jun 2024 13:45:57 +0200 |
parents | 9acc0360ff67 |
children |
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> {alltags}{rename%filelogrename} </td> </tr> {if(patch, '<tr><td colspan="3">{diff}</td></tr>')}