Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14414874
D12901.id31030.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D12901.id31030.diff
View Options
diff --git a/src/repository/api/ArcanistSubversionAPI.php b/src/repository/api/ArcanistSubversionAPI.php
--- a/src/repository/api/ArcanistSubversionAPI.php
+++ b/src/repository/api/ArcanistSubversionAPI.php
@@ -658,9 +658,7 @@
$results = $conduit->callMethodSynchronous(
'differential.query',
- $query + array(
- 'arcanistProjects' => array($project),
- ));
+ $query);
foreach ($results as $key => $result) {
if ($result['sourcePath'] != $this->getPath()) {
diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -2254,7 +2254,6 @@
'sourceControlPath' => $base_path,
'sourceControlBaseRevision' => $base_revision,
'creationMethod' => 'arc',
- 'arcanistProject' => $project_id,
);
if (!$this->isRawDiffSource()) {
diff --git a/src/workflow/ArcanistPatchWorkflow.php b/src/workflow/ArcanistPatchWorkflow.php
--- a/src/workflow/ArcanistPatchWorkflow.php
+++ b/src/workflow/ArcanistPatchWorkflow.php
@@ -914,7 +914,6 @@
'differential.query',
array(
'phids' => $phids,
- 'arcanistProjects' => array($bundle->getProjectID()),
));
$revs = array();
foreach ($dep_on_revs as $dep_on_rev) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 4:35 PM (10 h, 6 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6925494
Default Alt Text
D12901.id31030.diff (1 KB)
Attached To
Mode
D12901: Remove "arcanist projects" from arcanist
Attached
Detach File
Event Timeline
Log In to Comment