# HG changeset patch # User Matt Mackall # Date 1128197508 25200 # Node ID 710079d2a8218bd2f36c549d17b7c8f4a516062e # Parent b6d4ebebc35c1d7b473e876126173ae968c52cd5 hgweb: remove various manifest and file hashes from display diff --git a/templates/changeset.tmpl b/templates/changeset.tmpl --- a/templates/changeset.tmpl +++ b/templates/changeset.tmpl @@ -21,10 +21,6 @@ #parent# #changesettag# - manifest: - #manifest|short# - - author: #author|obfuscate# diff --git a/templates/fileannotate.tmpl b/templates/fileannotate.tmpl --- a/templates/fileannotate.tmpl +++ b/templates/fileannotate.tmpl @@ -12,7 +12,7 @@ revisions -

Annotate #file# (#filenode|short#)

+

Annotate #file#

@@ -20,9 +20,6 @@ #parent# - - - diff --git a/templates/filerevision.tmpl b/templates/filerevision.tmpl --- a/templates/filerevision.tmpl +++ b/templates/filerevision.tmpl @@ -13,7 +13,7 @@ raw -

#file# (revision #filenode|short#)

+

#file#

#node|short#
manifest:#manifest|short#
author: #author|obfuscate#
@@ -21,9 +21,6 @@ #parent# - - - diff --git a/templates/manifest.tmpl b/templates/manifest.tmpl --- a/templates/manifest.tmpl +++ b/templates/manifest.tmpl @@ -9,7 +9,7 @@ changeset -

manifest #manifest|short#: #path#

+

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

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