Mercurial > hg-stable
diff templates/filerevision.tmpl @ 3395:3c8f0dc9a6d3
hgweb: add changeset description to file revision page
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Sat, 14 Oct 2006 16:27:51 -0700 |
parents | 22a106cb5650 |
children | 673d8a6bc709 |
line wrap: on
line diff
--- a/templates/filerevision.tmpl Sat Oct 14 16:20:22 2006 -0700 +++ b/templates/filerevision.tmpl Sat Oct 14 16:27:51 2006 -0700 @@ -31,6 +31,10 @@ <tr> <td class="metatag">permissions:</td> <td>#permissions|permissions#</td></tr> +<tr> + <td class="metatag">description:</td> + <td>{desc|strip|escape|addbreaks}</td> +</tr> </table> <pre>