Show More
@@ -155,7 +155,7 b' class ChangelogController(BaseRepoContro' | |||||
155 | except (NodeDoesNotExistError, ChangesetError): |
|
155 | except (NodeDoesNotExistError, ChangesetError): | |
156 | #this node is not present at tip ! |
|
156 | #this node is not present at tip ! | |
157 | try: |
|
157 | try: | |
158 |
cs = self.__get_cs |
|
158 | cs = self.__get_cs_or_redirect(revision, repo_name) | |
159 | collection = cs.get_file_history(f_path) |
|
159 | collection = cs.get_file_history(f_path) | |
160 | except RepositoryError, e: |
|
160 | except RepositoryError, e: | |
161 | h.flash(str(e), category='warning') |
|
161 | h.flash(str(e), category='warning') |
General Comments 0
You need to be logged in to leave comments.
Login now