Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13975788
D18640.id44755.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
898 B
Referenced Files
None
Subscribers
None
D18640.id44755.diff
View Options
diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -393,10 +393,6 @@
),
'supports' => array('git', 'hg'),
),
- 'no-diff' => array(
- 'help' => pht(
- 'Only run lint and unit tests. Intended for internal use.'),
- ),
'cache' => array(
'param' => 'bool',
'help' => pht(
@@ -456,14 +452,6 @@
$this->console = PhutilConsole::getConsole();
$this->runRepositoryAPISetup();
-
- if ($this->getArgument('no-diff')) {
- $this->removeScratchFile('diff-result.json');
- $data = $this->runLintUnit();
- $this->writeScratchJSONFile('diff-result.json', $data);
- return 0;
- }
-
$this->runDiffSetupBasics();
$commit_message = $this->buildCommitMessage();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 19, 11:39 AM (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6731932
Default Alt Text
D18640.id44755.diff (898 B)
Attached To
Mode
D18640: Remove "arc diff --no-diff"
Attached
Detach File
Event Timeline
Log In to Comment