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

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

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