Changeset - 12135cff4c77
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2012-01-13 06:36:07
marcin@python-works.com
more user friendly message for repo path on setup
1 file changed with 4 insertions and 2 deletions:
0 comments (0 inline, 0 general)
rhodecode/lib/db_manage.py
Show inline comments
 
@@ -352,8 +352,10 @@ class DbManage(object):
 
            log.info('Setting up repositories config')
 

	
 
        if not self.tests and not test_repo_path:
 
            path = raw_input('Specify valid full path to your repositories'
 
                        ' you can change this later in application settings:')
 
            path = raw_input(
 
                 'Enter a valid path to store repositories. '
 
                 'All repositories in that path will be added automatically:'
 
            )
 
        else:
 
            path = test_repo_path
 
        path_ok = True
0 comments (0 inline, 0 general)