Mercurial > hg
view mercurial/templates/paper/filelogentry.tmpl @ 11990:5ebf8afbdc5c
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 19 Aug 2010 11:51:30 -0500 |
parents | f91e5630ce7e |
children | 1209e1d52b68 |
line wrap: on
line source
<tr class="parity{parity}"> <td class="age">{date|age}</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}</td> </tr>