Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18756695
D20598.id49131.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
522 B
Referenced Files
None
Subscribers
None
D20598.id49131.diff
View Options
diff --git a/src/workflow/ArcanistPatchWorkflow.php b/src/workflow/ArcanistPatchWorkflow.php
--- a/src/workflow/ArcanistPatchWorkflow.php
+++ b/src/workflow/ArcanistPatchWorkflow.php
@@ -939,7 +939,7 @@
'is not guaranteed to work. Continue anyway?');
$okay = phutil_console_confirm($issue, true);
} else {
- $phids = $graph->getTopographicallySortedNodes();
+ $phids = $graph->getNodesInTopologicalOrder();
$phids = array_reverse($phids);
$okay = true;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 6 2025, 12:48 PM (27 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
11368199
Default Alt Text
D20598.id49131.diff (522 B)
Attached To
Mode
D20598: Update "arcanist/" for "topological" API changes
Attached
Detach File
Event Timeline
Log In to Comment