mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-17 01:08:41 +01:00
Continue after rejecting commits from a commit query
Summary: Fixes T6880. If matching commits have no visible/loadable repository, we shouldn't keep going forward in the loop. Test Plan: Havne't built a repro locally yet so not 100% sure this fixes it. Reviewers: btrahan, mbishopim3, fabe Reviewed By: mbishopim3, fabe Subscribers: mbishopim3, epriestley Maniphest Tasks: T6880 Differential Revision: https://secure.phabricator.com/D11251
This commit is contained in:
parent
f2e87aad89
commit
d4f992d2ed
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ final class DiffusionCommitQuery
|
||||||
$commit->attachRepository($repo);
|
$commit->attachRepository($repo);
|
||||||
} else {
|
} else {
|
||||||
unset($commits[$key]);
|
unset($commits[$key]);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Build the identifierMap
|
// Build the identifierMap
|
||||||
|
|
Loading…
Add table
Reference in a new issue