Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18524470
D18766.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
413 B
Referenced Files
None
Subscribers
None
D18766.diff
View Options
diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -2961,6 +2961,7 @@
// Don't automatically depend on revisions authored by other users.
if ($revision_ref->getAuthorPHID() != $viewer_phid) {
+ unset($revision_refs[$key]);
continue;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sep 7 2025, 12:57 PM (18 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9685913
Default Alt Text
D18766.diff (413 B)
Attached To
Mode
D18766: Properly exclude others' revisions from automatic "Depends On"
Attached
Detach File
Event Timeline
Log In to Comment