##// END OF EJS Templates
fixes for issue #148
marcink -
r1196:49ea5274 beta
parent child Browse files
Show More
@@ -165,7 +165,7 b' def get_repos(path, recursive=False):'
165 165 cur_path = os.path.join(p, dirpath)
166 166 try:
167 167 scm_info = get_scm(cur_path)
168 yield scm_info[1].split(path)[-1].lstrip('/'), scm_info
168 yield scm_info[1].split(path)[-1].lstrip(os.sep), scm_info
169 169 except VCSError:
170 170 if not recursive:
171 171 continue
General Comments 0
You need to be logged in to leave comments. Login now