mercurial/hgweb/hgweb_mod.py
changeset 4457 e19d9b1223ee
parent 4349 69109aa0cddd
child 4461 12e4d9524951
--- 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)))