mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-16 09:41:06 +01:00
(stable) Promote 2017 Week 49
This commit is contained in:
commit
9a2541c08d
1 changed files with 2 additions and 1 deletions
|
@ -546,7 +546,8 @@ EOTEXT
|
||||||
pht('Automatically amending HEAD with lint patches.'));
|
pht('Automatically amending HEAD with lint patches.'));
|
||||||
$amend = true;
|
$amend = true;
|
||||||
} else {
|
} else {
|
||||||
$amend = phutil_console_confirm(pht('Amend HEAD with lint patches?'));
|
$amend = phutil_console_confirm(pht('Amend HEAD with lint patches?'),
|
||||||
|
false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($amend) {
|
if ($amend) {
|
||||||
|
|
Loading…
Reference in a new issue