##// END OF EJS Templates
diffs: fix bug where relevant pull request comments were not being...
dan -
r1158:d20e7e21 default
parent child Browse files
Show More
@@ -217,8 +217,7 b' class ChangesetController(BaseRepoContro'
217 c.rhodecode_db_repo.repo_id, commit.raw_id,
217 c.rhodecode_db_repo.repo_id, commit.raw_id,
218 with_revisions=True)
218 with_revisions=True)
219 prs = set(st.pull_request for st in statuses
219 prs = set(st.pull_request for st in statuses
220 if st is st.pull_request is not None)
220 if st.pull_request is not None)
221
222 # from associated statuses, check the pull requests, and
221 # from associated statuses, check the pull requests, and
223 # show comments from them
222 # show comments from them
224 for pr in prs:
223 for pr in prs:
General Comments 0
You need to be logged in to leave comments. Login now