Mercurial > hg
view mercurial/templates/paper/filelogentry.tmpl @ 44777:ee0790b67c45 stable
Added signature for changeset cf3e07d7648a
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 01 May 2020 21:47:39 +0530 |
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>')}