1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Sort Blocking Others revisions from the oldest

Test Plan: Looked at homepage and Differential homepage.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4629
This commit is contained in:
vrana 2013-01-24 16:09:16 -08:00
parent 3f544ba3f5
commit 576dcc65b3

View file

@ -909,7 +909,7 @@ final class DifferentialRevisionQuery {
// it.
if ($needs_review ^ $filter_is_author) {
if ($needs_review) {
$blocking[] = $revision;
array_unshift($blocking, $revision);
} else {
$active[] = $revision;
}