Page MenuHomePhabricator

D18640.id44755.diff
No OneTemporary

D18640.id44755.diff

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

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)

Event Timeline