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; }