diff rhodecode/controllers/changelog.py @ 2215:2c2bdaeca912 codereview

code-review initial
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 30 Apr 2012 12:32:29 +0200
parents 8ce4c8e43eb7
children 69404d45f6c1
line wrap: on
line diff
--- a/rhodecode/controllers/changelog.py	Sat Apr 28 11:15:47 2012 +0200
+++ b/rhodecode/controllers/changelog.py	Mon Apr 30 12:32:29 2012 +0200
@@ -84,7 +84,7 @@
             collection = list(c.pagination)
             page_revisions = [x.raw_id for x in collection]
             c.comments = c.rhodecode_db_repo.comments(page_revisions)
-
+            c.statuses = c.rhodecode_db_repo.statuses(page_revisions)
         except (RepositoryError, ChangesetDoesNotExistError, Exception), e:
             log.error(traceback.format_exc())
             h.flash(str(e), category='warning')