mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-23 05:50:55 +01: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:
parent
3f544ba3f5
commit
576dcc65b3
1 changed files with 1 additions and 1 deletions
|
@ -909,7 +909,7 @@ final class DifferentialRevisionQuery {
|
||||||
// it.
|
// it.
|
||||||
if ($needs_review ^ $filter_is_author) {
|
if ($needs_review ^ $filter_is_author) {
|
||||||
if ($needs_review) {
|
if ($needs_review) {
|
||||||
$blocking[] = $revision;
|
array_unshift($blocking, $revision);
|
||||||
} else {
|
} else {
|
||||||
$active[] = $revision;
|
$active[] = $revision;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue