changeset 1896:12135cff4c77 beta

more user friendly message for repo path on setup
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 13 Jan 2012 07:36:07 +0200
parents b7adbd5456c2
children 0f22dedb588f
files rhodecode/lib/db_manage.py
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/db_manage.py	Fri Jan 13 06:38:36 2012 +0200
+++ b/rhodecode/lib/db_manage.py	Fri Jan 13 07:36:07 2012 +0200
@@ -352,8 +352,10 @@
             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