Mercurial > hg
view mercurial/templates/paper/filelogentry.tmpl @ 15089:bfe903b1ff4e
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 12 Sep 2011 23:02:45 -0500 |
parents | b24e5a708fad |
children | fe9d36a6853e |
line wrap: on
line source
<tr class="parity{parity}"> <td class="age">{date|date}</td> <td class="author">{author|person}</td> <td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td> </tr>