{%extends "issue_base.html"%} {%block title1%}{{patch_right.filename}} -{%endblock%} {%block body%} {%if user%} {%endif%}

Delta Between Two Patch Sets: {{patch_right.filename}}

{%include "issue_star.html"%} Issue {{issue.key.id}}: {{issue.subject}} {%if issue.closed %} (Closed) {%endif%} {%if issue.base%}Base URL: {{issue.base}}{%endif%}
Left Patch Set: {%if ps_left.message%}{{ps_left.message}}{%endif%} Created {{ps_left.created|timesince}} ago {%if ps_left.url%}, Downloaded from: {{ps_left.url}} {%endif%}
Right Patch Set: {%if ps_right.message%}{{ps_right.message}}{%endif%} Created {{ps_right.created|timesince}} ago {%if ps_right.url%}, Downloaded from: {{ps_right.url}} {%endif%}
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. {%if user%} Double-click a line to add a draft in-line comment.
Draft comments are only viewable by you; use Publish+Mail Comments ('m') to let others view them. {%else%} Please Sign in to add in-line comments. {%endif%}
{%include "view_details_select.html"%}
Jump to:
{%if patch_left%} Left: Side by side diff | Download
{%endif%} {%if patch_right%} Right: Side by side diff | Download {%endif%} {%if user%}
Publish+Mail Comments ('m') | Edit draft message ('M') {%endif%}
{%comment%} For some reason, {%url codereview.views.diff issue.key.id,patchset.key.id,patch.prev.filename%} doesn't work. Go figure. Bleah. So use absolute URLs. {%endcomment%} {%if patch_right.prev_with_comment%} « {{patch_right.prev_with_comment.filename}} ('K'){%else%} « no previous file with change/comment{%endif%} | {%if patch_right.prev%} « {{patch_right.prev.filename}} ('k'){%else%} « no previous file{%endif%} | {%if patch_right.next%} {{patch_right.next.filename}} » ('j'){%else%} no next file »{%endif%} | {%if patch_right.next_with_comment%} {{patch_right.next_with_comment.filename}} » ('J'){%else%} no next file with change/comment »{%endif%}
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
{%if patch_right.is_binary %} {%else%} {%for row in rows%}{{row|safe}}{%endfor%} {%endif%}
LEFTRIGHT
{%if patch_left%} {%else%} {%endif%}
LEFTRIGHT
{%if patch_right.prev%} « {{patch_right.prev.filename}} ('k'){%else%} « no previous file{%endif%} | {%if patch_right.next%} {{patch_right.next.filename}} » ('j'){%else%} no next file »{%endif%} | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')
{%include "draft_message.html"%} {%endblock%}