Page MenuHomePhabricator

D21048.diff
No OneTemporary

D21048.diff

diff --git a/src/applications/differential/controller/DifferentialRevisionViewController.php b/src/applications/differential/controller/DifferentialRevisionViewController.php
--- a/src/applications/differential/controller/DifferentialRevisionViewController.php
+++ b/src/applications/differential/controller/DifferentialRevisionViewController.php
@@ -110,7 +110,8 @@
idx($diffs, $diff_vs),
$repository);
- $this->setChangesetCount(count($rendering_references));
+ $this->setChangesetCount(count($rendering_references) -
+ count($this->hiddenChangesets));
if ($request->getExists('download')) {
return $this->buildRawDiffResponse(

File Metadata

Mime Type
text/plain
Expires
Sat, May 11, 7:55 AM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6279654
Default Alt Text
D21048.diff (699 B)

Event Timeline