Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15282527
D20598.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.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
Wed, Mar 5, 12:18 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7221333
Default Alt Text
D20598.diff (522 B)
Attached To
Mode
D20598: Update "arcanist/" for "topological" API changes
Attached
Detach File
Event Timeline
Log In to Comment