Show More
@@ -70,7 +70,7 def findrepos(paths): | |||||
70 | except KeyError: |
|
70 | except KeyError: | |
71 | repos.append((prefix, root)) |
|
71 | repos.append((prefix, root)) | |
72 | continue |
|
72 | continue | |
73 |
roothead = os.path.normpath( |
|
73 | roothead = os.path.normpath(util.abspath(roothead)) | |
74 | paths = scmutil.walkrepos(roothead, followsym=True, recurse=recurse) |
|
74 | paths = scmutil.walkrepos(roothead, followsym=True, recurse=recurse) | |
75 | repos.extend(urlrepos(prefix, roothead, paths)) |
|
75 | repos.extend(urlrepos(prefix, roothead, paths)) | |
76 | return repos |
|
76 | return repos |
General Comments 0
You need to be logged in to leave comments.
Login now