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)); }