Mercurial > hg-stable
diff templates/filerevision.tmpl @ 1416:19d2776f1725
hgweb: hide trivial parent (like in show_changeset)
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Wed, 19 Oct 2005 20:54:46 -0700 |
parents | e2ba788545bf |
children | ba625c8083d8 |
line wrap: on
line diff
--- a/templates/filerevision.tmpl Wed Oct 19 00:10:52 2005 -0700 +++ b/templates/filerevision.tmpl Wed Oct 19 20:54:46 2005 -0700 @@ -19,7 +19,7 @@ <tr> <td class="metatag">changeset #rev#:</td> <td><a href="?cs=#node|short#">#node|short#</a></td></tr> -#parent# +#parent%filerevparent# <tr> <td class="metatag">author:</td> <td>#author|obfuscate#</td></tr>