# 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 --git a/templates/gitweb/filerevision.tmpl b/templates/gitweb/filerevision.tmpl --- a/templates/gitweb/filerevision.tmpl +++ b/templates/gitweb/filerevision.tmpl @@ -30,8 +30,8 @@ file | changeset #rev#: #node|short# #rename%filerename# -#parent%fileannotateparent# -#child%fileannotatechild# +#parent%filerevparent# +#child%filerevchild# manifest: #node|short# diff --git a/templates/gitweb/map b/templates/gitweb/map --- a/templates/gitweb/map +++ b/templates/gitweb/map @@ -34,7 +34,7 @@ filelogrename = '| 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'