1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-16 01:31:06 +01:00

(stable) Promote 2017 Week 49

This commit is contained in:
epriestley 2017-12-13 07:16:15 -08:00
commit 9a2541c08d

View file

@ -546,7 +546,8 @@ EOTEXT
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) {