Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15285996
D18824.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
547 B
Referenced Files
None
Subscribers
None
D18824.diff
View Options
diff --git a/src/workflow/ArcanistLintWorkflow.php b/src/workflow/ArcanistLintWorkflow.php
--- a/src/workflow/ArcanistLintWorkflow.php
+++ b/src/workflow/ArcanistLintWorkflow.php
@@ -546,7 +546,8 @@
pht('Automatically amending HEAD with lint patches.'));
$amend = true;
} else {
- $amend = phutil_console_confirm(pht('Amend HEAD with lint patches?'));
+ $amend = phutil_console_confirm(pht('Amend HEAD with lint patches?'),
+ false);
}
if ($amend) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 5, 5:24 PM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7226121
Default Alt Text
D18824.diff (547 B)
Attached To
Mode
D18824: Default the prompt for "Amend HEAD with these patches" to true
Attached
Detach File
Event Timeline
Log In to Comment