# HG changeset patch # User Josef "Jeff" Sipek # Date 1180429681 14400 # Node ID e19d9b1223ee60b6466381892f8b808b1a7aa645 # Parent 7b2e808984e0af0884e2a09eb1bb08d10ca15947 hgweb: manifest: pass parity for the '[up]' link diff -r 7b2e808984e0 -r e19d9b1223ee mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py Tue May 29 04:57:12 2007 -0400 +++ b/mercurial/hgweb/hgweb_mod.py Tue May 29 05:08:01 2007 -0400 @@ -484,6 +484,7 @@ node=hex(node), path=abspath, up=_up(abspath), + upparity=self.stripes(0), fentries=filelist, dentries=dirlist, archives=self.archivelist(hex(node))) diff -r 7b2e808984e0 -r e19d9b1223ee templates/gitweb/manifest.tmpl --- a/templates/gitweb/manifest.tmpl Tue May 29 04:57:12 2007 -0400 +++ b/templates/gitweb/manifest.tmpl Tue May 29 05:08:01 2007 -0400 @@ -20,7 +20,7 @@
#path|escape#
- + diff -r 7b2e808984e0 -r e19d9b1223ee templates/manifest.tmpl --- a/templates/manifest.tmpl Tue May 29 04:57:12 2007 -0400 +++ b/templates/manifest.tmpl Tue May 29 05:08:01 2007 -0400 @@ -14,7 +14,7 @@

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

drwxr-xr-x [up]
- +
drwxr-xr-x    [up]