# HG changeset patch # User Brendan Cully # Date 1159373429 25200 # Node ID 833f2d1fc508f76a3f8d939bdffbe3b3efc418a9 # Parent 3466bd7b9754818301aeddb14c5f95497f7b0193 hgweb: fix annotate bugs The parent and child links were broken. diff --git a/templates/map b/templates/map --- a/templates/map +++ b/templates/map @@ -32,11 +32,11 @@ changesetparent = 'parent:#node|short#' filerename = 'parent:#file|escape#@#node|short#' filelogrename = 'base:#file|escape#@#node|short#' -fileannotateparent = 'parent:#node|short#' +fileannotateparent = 'parent:#node|short#' changesetchild = 'child #rev#:#node|short#' changelogchild = 'child #rev#:#node|short#' filerevchild = 'child:#node|short#' -fileannotatechild = 'child:#node|short#' +fileannotatechild = 'child:#node|short#' tags = tags.tmpl tagentry = '
  • #node# #tag|escape#
  • ' diffblock = '
    #lines#
    '