# HG changeset patch # User Josef "Jeff" Sipek # Date 1180451817 14400 # Node ID 0ed59f0076e0f765de6a5e2ce9dd5b7149471a16 # Parent e8da331a860f174eaa49f8319a33c2ba2c097c9d gitweb: file annotate: Display metadata in same order as changeset does diff --git a/templates/gitweb/fileannotate.tmpl b/templates/gitweb/fileannotate.tmpl --- a/templates/gitweb/fileannotate.tmpl +++ b/templates/gitweb/fileannotate.tmpl @@ -26,24 +26,21 @@ annotate |
#file|escape#
- +
+ + + - - + + + + + #parent%fileannotateparent# #child%fileannotatechild# - - - - - - - - - - - + +
author#author|obfuscate#
changeset #rev#:#node|short#
#date|date# (#date|age# ago)
changeset {rev}#node|short#
manifest:#node|short#
author:#author|obfuscate#
date:#date|date# (#date|age# ago)
permissions:#permissions|permissions#
permissions#permissions|permissions#
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'