Page MenuHomePhabricator

D18824.id45168.diff
No OneTemporary

D18824.id45168.diff

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

Mime Type
text/plain
Expires
Thu, Mar 6, 2:57 AM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7226121
Default Alt Text
D18824.id45168.diff (547 B)

Event Timeline