# 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 -r 3466bd7b9754 -r 833f2d1fc508 templates/map --- a/templates/map Wed Sep 27 09:10:28 2006 -0700 +++ b/templates/map Wed Sep 27 09:10:29 2006 -0700 @@ -32,11 +32,11 @@ filerevparent = '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#
    '