Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14031049
D12890.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
867 B
Referenced Files
None
Subscribers
None
D12890.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 10, 9:05 AM (2 d, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6717383
Default Alt Text
D12890.diff (867 B)
Attached To
Mode
D12890: Fix `arc which` output
Attached
Detach File
Event Timeline
Log In to Comment