mercurial/hgweb/hgwebdir_mod.py
branchstable
changeset 20575 3d77e567de56
parent 20253 43cfad930d38
child 20677 0e757575aef5
--- a/mercurial/hgweb/hgwebdir_mod.py	Tue Feb 25 06:30:21 2014 +0530
+++ b/mercurial/hgweb/hgwebdir_mod.py	Thu Feb 27 00:24:06 2014 +0100
@@ -365,7 +365,8 @@
                            description_sort=description.upper() or "unknown",
                            lastchange=d,
                            lastchange_sort=d[1]-d[0],
-                           archives=archivelist(u, "tip", url))
+                           archives=archivelist(u, "tip", url),
+                           isdirectory=None)
 
                 seenrepos.add(name)
                 yield row