# HG changeset patch # User Marcin Kuzminski # Date 1309564609 -7200 # Node ID c3172bc095039d129824696b757c70cabb944c57 # Parent 93cffcb6fd543334e1779b3834ed24d63bf52c75 Updated contributors and fixed index line length diff -r 93cffcb6fd54 -r c3172bc09503 CONTRIBUTORS --- a/CONTRIBUTORS Fri Jul 01 17:46:01 2011 -0500 +++ b/CONTRIBUTORS Sat Jul 02 01:56:49 2011 +0200 @@ -4,4 +4,6 @@ Jason Harris Thayne Harbaugh cejones - Lorenzo M. Catucci \ No newline at end of file + Lorenzo M. Catucci + Dmitri Kuznetsov + Jared Bunting \ No newline at end of file diff -r 93cffcb6fd54 -r c3172bc09503 rhodecode/lib/indexers/__init__.py --- a/rhodecode/lib/indexers/__init__.py Fri Jul 01 17:46:01 2011 -0500 +++ b/rhodecode/lib/indexers/__init__.py Sat Jul 02 01:56:49 2011 +0200 @@ -90,7 +90,8 @@ init_model(engine) index_location = config['index_dir'] - repo_location = self.options.repo_location if self.options.repo_location else RepoModel().repos_path + repo_location = self.options.repo_location \ + if self.options.repo_location else RepoModel().repos_path repo_list = map(strip, self.options.repo_list.split(',')) \ if self.options.repo_list else None