Mercurial > hg
view mercurial/templates/paper/filelogentry.tmpl @ 13781:66c54d2ebe72
changegroup: drop unused fullrev
This is unfinished and unused and complicates expanding the wire protocol.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 24 Mar 2011 17:16: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>