Changeset - bcbc51db8e8c
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2010-12-16 01:08:46
marcin@python-works.com
fixed scm model docs
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/model/scm.py
Show inline comments
 
@@ -78,13 +78,13 @@ class ScmModel(BaseModel):
 

	
 
    def repo_scan(self, repos_path, baseui):
 
        """Listing of repositories in given path. This path should not be a 
 
        repository itself. Return a dictionary of repository objects
 
        
 
        :param repos_path: path to directory containing repositories
 
        :param baseui
 
        :param baseui: baseui instance to instantiate MercurialRepostitory with
 
        """
 

	
 
        log.info('scanning for repositories in %s', repos_path)
 

	
 
        if not isinstance(baseui, ui.ui):
 
            baseui = make_ui('db')
0 comments (0 inline, 0 general)