# HG changeset patch # User Thomas Arendsen Hein # Date 1160668089 -7200 # Node ID dca067d751a9ffe0bf3d368a3f113f5e18e6497b # Parent cf680c9ab1dd6c27cceb01c2181bcce41406d953 gitweb: Fixed parent/child links when viewing a file revision. diff -r cf680c9ab1dd -r dca067d751a9 templates/gitweb/filerevision.tmpl --- a/templates/gitweb/filerevision.tmpl Thu Oct 12 17:06:51 2006 +0200 +++ b/templates/gitweb/filerevision.tmpl Thu Oct 12 17:48:09 2006 +0200 @@ -30,8 +30,8 @@ changeset #rev#: #node|short# #rename%filerename# -#parent%fileannotateparent# -#child%fileannotatechild# +#parent%filerevparent# +#child%filerevchild# manifest: #node|short# diff -r cf680c9ab1dd -r dca067d751a9 templates/gitweb/map --- a/templates/gitweb/map Thu Oct 12 17:06:51 2006 +0200 +++ b/templates/gitweb/map Thu Oct 12 17:48:09 2006 +0200 @@ -34,7 +34,7 @@ fileannotateparent = 'parent:#node|short#' changelogchild = 'child #rev#:#node|short#' changesetchild = 'child#node|short#' -filerevchild = 'child:#node|short#' +filerevchild = 'child:#node|short#' fileannotatechild = 'child:#node|short#' tags = tags.tmpl tagentry = '#date|age# ago#tag|escape#changeset | changelog | manifest'