Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14876429
D8024.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
825 B
Referenced Files
None
Subscribers
None
D8024.diff
View Options
Index: src/applications/repository/management/PhabricatorRepositoryManagementImportingWorkflow.php
===================================================================
--- src/applications/repository/management/PhabricatorRepositoryManagementImportingWorkflow.php
+++ src/applications/repository/management/PhabricatorRepositoryManagementImportingWorkflow.php
@@ -40,9 +40,10 @@
$rows = queryfx_all(
$conn_r,
'SELECT repositoryID, commitIdentifier, importStatus FROM %T
- WHERE repositoryID IN (%Ld) AND importStatus != %d',
+ WHERE repositoryID IN (%Ld) AND (importStatus & %d) != %d',
$table->getTableName(),
array_keys($repos),
+ PhabricatorRepositoryCommit::IMPORTED_ALL,
PhabricatorRepositoryCommit::IMPORTED_ALL);
$console = PhutilConsole::getConsole();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 9, 3:25 PM (20 h, 8 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7101701
Default Alt Text
D8024.diff (825 B)
Attached To
Mode
D8024: Fix `bin/repository importing` for CLOSEABLE flag
Attached
Detach File
Event Timeline
Log In to Comment