diff --git a/templates/gitweb/map b/templates/gitweb/map --- a/templates/gitweb/map +++ b/templates/gitweb/map @@ -32,11 +32,11 @@ changesetparent = 'parent {rev}< filerevparent = 'parent {rev}{rename%filerename}{node|short}' filerename = '{file|escape}@' filelogrename = '| base' -fileannotateparent = 'parent {rev}:{rename%filerename}{node|short}' +fileannotateparent = 'parent {rev}{rename%filerename}{node|short}' changelogchild = 'child #rev#:#node|short#' changesetchild = 'child {rev}{node|short}' filerevchild = 'child {rev}{node|short}' -fileannotatechild = 'child {rev}:{node|short}' +fileannotatechild = 'child {rev}{node|short}' tags = tags.tmpl tagentry = '#date|age# ago#tag|escape#changeset | changelog | manifest' branchentry = '{date|age} ago{node|short}{branch|escape}changeset | changelog | manifest'