##// END OF EJS Templates
fixed typo in __get_cs_or_redirect method
marcink -
r4035:4627bc2d default
parent child Browse files
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_css_or_redirect(revision, repo_name)
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