##// END OF EJS Templates
hgweb: fix breakage on manifest subdirs from path cleaning
Matt Mackall -
r1649:beb7da71 default
parent child Browse files
Show More
@@ -580,6 +580,8 b' class hgweb(object):'
580 files = {}
580 files = {}
581
581
582 p = path[1:]
582 p = path[1:]
583 if p and p[-1] != "/":
584 p += "/"
583 l = len(p)
585 l = len(p)
584
586
585 for f,n in mf.items():
587 for f,n in mf.items():
General Comments 0
You need to be logged in to leave comments. Login now