Mercurial > public > src > rhodecode
changeset 1489:c3172bc09503 beta
Updated contributors and fixed index line length
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Sat, 02 Jul 2011 01:56:49 +0200 |
parents | 93cffcb6fd54 |
children | ff7f5922e4e0 |
files | CONTRIBUTORS rhodecode/lib/indexers/__init__.py |
diffstat | 2 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <jason@jasonfharris.com> Thayne Harbaugh <thayne@fusionio.com> cejones - Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it> \ No newline at end of file + Lorenzo M. Catucci <lorenzo@sancho.ccd.uniroma2.it> + Dmitri Kuznetsov + Jared Bunting <jared.bunting@peachjean.com> \ No newline at end of file
--- 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