From c4773c87ba832eaaf89bff6ece8665bcdfe531ce Mon Sep 17 00:00:00 2001 From: vrana Date: Thu, 7 Mar 2013 11:49:34 -0800 Subject: [PATCH] Improve the description of using `arc land --revision` Summary: The message suggests that only one revision would land. Test Plan: Read it. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5277 --- src/workflow/ArcanistLandWorkflow.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/workflow/ArcanistLandWorkflow.php b/src/workflow/ArcanistLandWorkflow.php index 54b7ea21..1a3f9a2e 100644 --- a/src/workflow/ArcanistLandWorkflow.php +++ b/src/workflow/ArcanistLandWorkflow.php @@ -343,7 +343,8 @@ EOTEXT "'{$this->branch}' which are not present on '{$this->onto}':\n\n". $this->renderRevisionList($revisions)."\n". "Separate these revisions onto different {$this->branchType}s, or use ". - "'--revision ' to select one."; + "'--revision ' to use the commit message from and land them ". + "all."; throw new ArcanistUsageException($message); }