1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 23:02: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:
epriestley 2014-05-20 11:34:22 -07:00
parent 1b3eb9a247
commit 03ea43646a

View file

@ -428,9 +428,9 @@ EOTEXT
if (!count($revisions)) { if (!count($revisions)) {
throw new ArcanistUsageException(pht( throw new ArcanistUsageException(pht(
"arc can not identify which revision exists on %s '%s'. Update the '. "arc can not identify which revision exists on %s '%s'. Update the ".
'revision with recent changes to synchronize the %s name and hashes, '. "revision with recent changes to synchronize the %s name and hashes, ".
'or use 'arc amend' to amend the commit message at HEAD, or use ". "or use 'arc amend' to amend the commit message at HEAD, or use ".
"'--revision <id>' to select a revision explicitly.", "'--revision <id>' to select a revision explicitly.",
$this->branchType, $this->branchType,
$this->branch, $this->branch,