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