##// END OF EJS Templates
windows: use abspath in hgwebdir...
marmoute -
r48427:aceede7c default
parent child Browse files
Show More
@@ -70,7 +70,7 b' def findrepos(paths):'
70 70 except KeyError:
71 71 repos.append((prefix, root))
72 72 continue
73 roothead = os.path.normpath(os.path.abspath(roothead))
73 roothead = os.path.normpath(util.abspath(roothead))
74 74 paths = scmutil.walkrepos(roothead, followsym=True, recurse=recurse)
75 75 repos.extend(urlrepos(prefix, roothead, paths))
76 76 return repos
General Comments 0
You need to be logged in to leave comments. Login now