diff --git a/src/workflow/ArcanistPatchWorkflow.php b/src/workflow/ArcanistPatchWorkflow.php index c3fd8296..b7938b3c 100644 --- a/src/workflow/ArcanistPatchWorkflow.php +++ b/src/workflow/ArcanistPatchWorkflow.php @@ -939,7 +939,7 @@ EOTEXT '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; }