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:
parent
7329bc7c32
commit
1ef9409817
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue