Page MenuHomePhabricator

D18738.diff
No OneTemporary

D18738.diff

diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -233,14 +233,6 @@
'message' => pht('%s does not update any revision.', '--preview'),
),
),
- 'plan-changes' => array(
- 'help' => pht(
- 'Create or update a revision without requesting a code review.'),
- 'conflicts' => array(
- 'only' => pht('%s does not affect revisions.', '--only'),
- 'preview' => pht('%s does not affect revisions.', '--preview'),
- ),
- ),
'encoding' => array(
'param' => 'encoding',
'help' => pht(
@@ -592,16 +584,6 @@
pht('Revision URI:'),
$uri);
- if ($this->getArgument('plan-changes')) {
- $conduit->callMethodSynchronous(
- 'differential.createcomment',
- array(
- 'revision_id' => $result['revisionid'],
- 'action' => 'rethink',
- ));
- echo pht('Planned changes to the revision.')."\n";
- }
-
if ($this->shouldOpenCreatedObjectsInBrowser()) {
$this->openURIsInBrowser(array($uri));
}

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 2, 12:15 PM (6 d, 13 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6724723
Default Alt Text
D18738.diff (1 KB)

Event Timeline