1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 06:42:41 +01:00

Update "arcanist/" for "topological" API changes

Summary: Ref T13325.

Test Plan: Grepped for `topograph`.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13325

Differential Revision: https://secure.phabricator.com/D20598
This commit is contained in:
epriestley 2019-06-20 12:11:07 -07:00
parent 7329bc7c32
commit 1ef9409817

View file

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