Page MenuHomePhabricator

D12890.id30996.diff
No OneTemporary

D12890.id30996.diff

diff --git a/src/workflow/ArcanistWhichWorkflow.php b/src/workflow/ArcanistWhichWorkflow.php
--- a/src/workflow/ArcanistWhichWorkflow.php
+++ b/src/workflow/ArcanistWhichWorkflow.php
@@ -160,13 +160,14 @@
}
echo phutil_console_wrap(
- "%s\n\n%s\n\n $ %s\n\n%s\n\n",
- $will_be_sent,
- pht(
- 'You can see the exact changes that will be sent by running '.
- 'this command:'),
- $command,
- pht('These commits will be included in the diff:'));
+ phutil_console_format(
+ "%s\n\n%s\n\n $ %s\n\n%s\n\n",
+ $will_be_sent,
+ pht(
+ 'You can see the exact changes that will be sent by running '.
+ 'this command:'),
+ $command,
+ pht('These commits will be included in the diff:')));
echo $commits."\n\n\n";
}

File Metadata

Mime Type
text/plain
Expires
Mon, Oct 21, 4:27 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6717383
Default Alt Text
D12890.id30996.diff (867 B)

Event Timeline