Print message about the initial query

Helps to see that the delay is actually expected.
This commit is contained in:
2023-01-17 11:25:24 +01:00
parent affd4cfd0d
commit b967dd64fa

View File

@@ -277,6 +277,7 @@ function BakeDifferentialToFile($revision, $diff_id = NULL) {
EnsureOutputDirectoryOrDie();
print('Querying differential revisions from the database ... ' . "\n");
$revisions = id(new DifferentialRevisionQuery())
->setViewer($viewer)
->needDiffIDs(true)