mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Fix up quotes on a silly string
Summary: This string is quite silly! Test Plan: `arc land --hold` in an affected working copy. Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D9212
This commit is contained in:
parent
1b3eb9a247
commit
03ea43646a
1 changed files with 3 additions and 3 deletions
|
@ -428,9 +428,9 @@ EOTEXT
|
|||
|
||||
if (!count($revisions)) {
|
||||
throw new ArcanistUsageException(pht(
|
||||
"arc can not identify which revision exists on %s '%s'. Update the '.
|
||||
'revision with recent changes to synchronize the %s name and hashes, '.
|
||||
'or use 'arc amend' to amend the commit message at HEAD, or use ".
|
||||
"arc can not identify which revision exists on %s '%s'. Update the ".
|
||||
"revision with recent changes to synchronize the %s name and hashes, ".
|
||||
"or use 'arc amend' to amend the commit message at HEAD, or use ".
|
||||
"'--revision <id>' to select a revision explicitly.",
|
||||
$this->branchType,
|
||||
$this->branch,
|
||||
|
|
Loading…
Reference in a new issue