From 03ea43646a38aa4a2058649950d5f39c25f9888e Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 20 May 2014 11:34:22 -0700 Subject: [PATCH] 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 --- src/workflow/ArcanistLandWorkflow.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/workflow/ArcanistLandWorkflow.php b/src/workflow/ArcanistLandWorkflow.php index d49f221b..55a763ab 100644 --- a/src/workflow/ArcanistLandWorkflow.php +++ b/src/workflow/ArcanistLandWorkflow.php @@ -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 ' to select a revision explicitly.", $this->branchType, $this->branch,