Fix an issue with UUID query construction
Summary: This is SVN-only and I missed it in my test plan. Test Plan: `arc diff` in SVN repository with no `.arcconfig`. Auditors: btrahan
This commit is contained in:
@@ -42,7 +42,7 @@ final class DifferentialRepositoryLookup extends Phobject {
|
||||
if ($diff->getRepositoryUUID()) {
|
||||
$repositories = id(new PhabricatorRepositoryQuery())
|
||||
->setViewer($viewer)
|
||||
->withUUIDs($diff->getRepositoryUUID())
|
||||
->withUUIDs(array($diff->getRepositoryUUID()))
|
||||
->execute();
|
||||
if ($repositories) {
|
||||
return head($repositories);
|
||||
|
||||
Reference in New Issue
Block a user