mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Fix arc which
output
Summary: Fixes T8231. This was derped in some recent refactoring. Test Plan: Ran `arc which` and saw expected output. Reviewers: avivey, epriestley, #blessed_reviewers Reviewed By: avivey, epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Maniphest Tasks: T8231 Differential Revision: https://secure.phabricator.com/D12890
This commit is contained in:
parent
8c6e1284cc
commit
0c9a037719
1 changed files with 8 additions and 7 deletions
|
@ -160,13 +160,14 @@ EOTEXT
|
|||
}
|
||||
|
||||
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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue