##// END OF EJS Templates
hgweb: ensure isdirectory is None for repositories, replacing any True value...
Paul Boddie -
r20575:3d77e567 stable
parent child Browse files
Show More
@@ -365,7 +365,8 b' class hgwebdir(object):'
365 description_sort=description.upper() or "unknown",
365 description_sort=description.upper() or "unknown",
366 lastchange=d,
366 lastchange=d,
367 lastchange_sort=d[1]-d[0],
367 lastchange_sort=d[1]-d[0],
368 archives=archivelist(u, "tip", url))
368 archives=archivelist(u, "tip", url),
369 isdirectory=None)
369
370
370 seenrepos.add(name)
371 seenrepos.add(name)
371 yield row
372 yield row
General Comments 0
You need to be logged in to leave comments. Login now