# HG changeset patch # User Marcin Kuzminski # Date 1358970845 -3600 # Node ID 89931a504fcfe68bad7f6d46d82f045c52e977f4 # Parent 9f57b5624ec4e336187e3af2ce2aaf5ff5970d4e remove comments associated to pull request from single changesets, it's too confusing. Left are only ones that are status change so we can indicate where the status of this changeset came from diff -r 9f57b5624ec4 -r 89931a504fcf rhodecode/templates/changeset/changeset_file_comment.html --- a/rhodecode/templates/changeset/changeset_file_comment.html Wed Jan 23 20:22:08 2013 +0100 +++ b/rhodecode/templates/changeset/changeset_file_comment.html Wed Jan 23 20:54:05 2013 +0100 @@ -117,7 +117,11 @@ %for co in c.comments:
+ ## only render comments that are not from pull request, or from + ## pull request and a status change + %if not co.pull_request or co.pull_request and co.status_change: ${comment_block(co)} + %endif
%endfor