# HG changeset patch # User Marcin Kuzminski # Date 1326432967 -7200 # Node ID 12135cff4c7711d8218edffa509eac04c6a76bc8 # Parent b7adbd5456c2ff9e03fe531a4fa7dd31cd25134b more user friendly message for repo path on setup diff -r b7adbd5456c2 -r 12135cff4c77 rhodecode/lib/db_manage.py --- 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