Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14012436
D18738.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D18738.id.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
@@ -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
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 2, 12:29 PM (6 d, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6724723
Default Alt Text
D18738.id.diff (1 KB)
Attached To
Mode
D18738: Remove "arc diff --plan-changes"
Attached
Detach File
Event Timeline
Log In to Comment