Page MenuHomePhabricator

D17926.id43116.diff
No OneTemporary

D17926.id43116.diff

diff --git a/src/applications/differential/render/DifferentialChangesetTwoUpRenderer.php b/src/applications/differential/render/DifferentialChangesetTwoUpRenderer.php
--- a/src/applications/differential/render/DifferentialChangesetTwoUpRenderer.php
+++ b/src/applications/differential/render/DifferentialChangesetTwoUpRenderer.php
@@ -323,6 +323,12 @@
$new = $this->renderImageStage($new_file);
}
+ // If we don't have an explicit "vs" changeset, it's the left side of the
+ // "id" changeset.
+ if (!$vs) {
+ $vs = $id;
+ }
+
$html_old = array();
$html_new = array();
foreach ($this->getOldComments() as $on_line => $comment_group) {

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 21, 12:29 PM (21 h, 37 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6625404
Default Alt Text
D17926.id43116.diff (682 B)

Event Timeline