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