Page MenuHomePhabricator

D20598.diff
No OneTemporary

D20598.diff

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

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)

Event Timeline