Changeset - 49ea527452d3
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-04-02 00:55:26
marcin@python-works.com
fixes for issue #148
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/utils.py
Show inline comments
 
@@ -165,7 +165,7 @@ def get_repos(path, recursive=False):
 
            cur_path = os.path.join(p, dirpath)
 
            try:
 
                scm_info = get_scm(cur_path)
 
                yield scm_info[1].split(path)[-1].lstrip('/'), scm_info
 
                yield scm_info[1].split(path)[-1].lstrip(os.sep), scm_info
 
            except VCSError:
 
                if not recursive:
 
                    continue
0 comments (0 inline, 0 general)