Show More
@@ -16,7 +16,7 b' from hgweb_mod import hgweb' | |||
|
16 | 16 | class hgwebdir(object): |
|
17 | 17 | def __init__(self, config, parentui=None): |
|
18 | 18 | def cleannames(items): |
|
19 |
return [(util.pconvert(name.strip( |
|
|
19 | return [(util.pconvert(name).strip('/'), path) | |
|
20 | 20 | for name, path in items] |
|
21 | 21 | |
|
22 | 22 | self.parentui = parentui |
General Comments 0
You need to be logged in to leave comments.
Login now