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( |
|
|
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