Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15393560
D12962.id31227.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
728 B
Referenced Files
None
Subscribers
None
D12962.id31227.diff
View Options
diff --git a/src/workflow/ArcanistExportWorkflow.php b/src/workflow/ArcanistExportWorkflow.php
--- a/src/workflow/ArcanistExportWorkflow.php
+++ b/src/workflow/ArcanistExportWorkflow.php
@@ -247,18 +247,6 @@
}
$try_encoding = nonempty($this->getArgument('encoding'), null);
- if (!$try_encoding) {
- try {
- $project_info = $this->getConduit()->callMethodSynchronous(
- 'arcanist.projectinfo',
- array(
- 'name' => $bundle->getProjectID(),
- ));
- $try_encoding = $project_info['encoding'];
- } catch (ConduitClientException $e) {
- $try_encoding = null;
- }
- }
if ($try_encoding) {
$bundle->setEncoding($try_encoding);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 9:53 PM (2 d, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7707752
Default Alt Text
D12962.id31227.diff (728 B)
Attached To
Mode
D12962: Remove call to "arcanist.projectinfo" from `arc export`
Attached
Detach File
Event Timeline
Log In to Comment