# HG changeset patch # User Matt Mackall # Date 1128197508 25200 # Node ID 710079d2a8218bd2f36c549d17b7c8f4a516062e # Parent b6d4ebebc35c1d7b473e876126173ae968c52cd5 hgweb: remove various manifest and file hashes from display diff -r b6d4ebebc35c -r 710079d2a821 templates/changeset.tmpl --- a/templates/changeset.tmpl Sat Oct 01 12:50:56 2005 -0700 +++ b/templates/changeset.tmpl Sat Oct 01 13:11:48 2005 -0700 @@ -21,10 +21,6 @@ #parent# #changesettag# - manifest: - #manifest|short# - - author: #author|obfuscate# diff -r b6d4ebebc35c -r 710079d2a821 templates/fileannotate.tmpl --- a/templates/fileannotate.tmpl Sat Oct 01 12:50:56 2005 -0700 +++ b/templates/fileannotate.tmpl Sat Oct 01 13:11:48 2005 -0700 @@ -12,7 +12,7 @@ revisions -

Annotate #file# (#filenode|short#)

+

Annotate #file#

@@ -20,9 +20,6 @@ #parent# - - - diff -r b6d4ebebc35c -r 710079d2a821 templates/filerevision.tmpl --- a/templates/filerevision.tmpl Sat Oct 01 12:50:56 2005 -0700 +++ b/templates/filerevision.tmpl Sat Oct 01 13:11:48 2005 -0700 @@ -13,7 +13,7 @@ raw -

#file# (revision #filenode|short#)

+

#file#

#node|short#
manifest:#manifest|short#
author: #author|obfuscate#
@@ -21,9 +21,6 @@ #parent# - - - diff -r b6d4ebebc35c -r 710079d2a821 templates/manifest.tmpl --- a/templates/manifest.tmpl Sat Oct 01 12:50:56 2005 -0700 +++ b/templates/manifest.tmpl Sat Oct 01 13:11:48 2005 -0700 @@ -9,7 +9,7 @@ changeset -

manifest #manifest|short#: #path#

+

manifest for changeset #node|short#: #path#

#node|short#
manifest:#manifest|short#
author: #author|obfuscate#