##// END OF EJS Templates
Fix hgwebdir virtual start-up
mpm@selenic.com -
r956:16c8b36f default
parent child Browse files
Show More
@@ -833,7 +833,7 b' class hgwebdir:'
833
833
834 if virtual:
834 if virtual:
835 real = self.cp.get("paths", virtual[1:])
835 real = self.cp.get("paths", virtual[1:])
836 h = hgweb.hgweb(real)
836 h = hgweb(real)
837 h.run()
837 h.run()
838 return
838 return
839
839
General Comments 0
You need to be logged in to leave comments. Login now