Mercurial > public > src > rhodecode
diff pylons_app/model/hg_model.py @ 281:5e59f29edf66
changed way of getting repository in changelog. + some code cleanups
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Fri, 11 Jun 2010 16:52:00 +0200 |
parents | 0e5455fda8fd |
children | cd2ee462fc2c |
line wrap: on
line diff
--- a/pylons_app/model/hg_model.py Wed Jun 09 08:07:05 2010 +0200 +++ b/pylons_app/model/hg_model.py Fri Jun 11 16:52:00 2010 +0200 @@ -53,6 +53,7 @@ """ return cached dict with repos """ + log.info('getting all repositories list') from pylons import app_globals as g return HgModel.repo_scan(g.paths[0][0], g.paths[0][1], g.baseui)