# HG changeset patch # User Josef "Jeff" Sipek # Date 1180451428 14400 # Node ID e8da331a860f174eaa49f8319a33c2ba2c097c9d # Parent 3f444b82df9e5a36ee7851d3d2d8eabe439028be gitweb: file rev template: Display metadata in same order as changeset does diff -r 3f444b82df9e -r e8da331a860f templates/gitweb/filerevision.tmpl --- a/templates/gitweb/filerevision.tmpl Tue May 29 11:07:33 2007 -0400 +++ b/templates/gitweb/filerevision.tmpl Tue May 29 11:10:28 2007 -0400 @@ -26,24 +26,21 @@
#file|escape#
- +
+ + + - - + + + + + #parent%filerevparent# #child%filerevchild# - - - - - - - - - - - + +
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 -r 3f444b82df9e -r e8da331a860f templates/gitweb/map --- a/templates/gitweb/map Tue May 29 11:07:33 2007 -0400 +++ b/templates/gitweb/map Tue May 29 11:10:28 2007 -0400 @@ -29,13 +29,13 @@ diffline = '
#line|escape#
' changelogparent = 'parent #rev#:#node|short#' changesetparent = 'parent {rev}{node|short}' -filerevparent = 'parent {rev}:{rename%filerename}{node|short}' +filerevparent = 'parent {rev}{rename%filerename}{node|short}' filerename = '{file|escape}@' filelogrename = '| base' fileannotateparent = 'parent {rev}:{rename%filerename}{node|short}' changelogchild = 'child #rev#:#node|short#' changesetchild = 'child {rev}{node|short}' -filerevchild = 'child {rev}:{node|short}' +filerevchild = 'child {rev}{node|short}' fileannotatechild = 'child {rev}:{node|short}' tags = tags.tmpl tagentry = '#date|age# ago#tag|escape#changeset | changelog | manifest'