Show More
@@ -114,7 +114,7 b' class ChangelogController(base.BaseRepoC' | |||
|
114 | 114 | webutils.flash(e, category='warning') |
|
115 | 115 | raise HTTPFound(location=webutils.url('changelog_home', repo_name=repo_name)) |
|
116 | 116 | else: |
|
117 |
collection = c.db_repo_scm_instance.get_changesets( |
|
|
117 | collection = c.db_repo_scm_instance.get_changesets(end=revision, | |
|
118 | 118 | branch_name=branch_name, reverse=True) |
|
119 | 119 | c.total_cs = len(collection) |
|
120 | 120 |
General Comments 0
You need to be logged in to leave comments.
Login now