diff --git a/src/workflow/ArcanistLandWorkflow.php b/src/workflow/ArcanistLandWorkflow.php index 16140a10..d18af183 100644 --- a/src/workflow/ArcanistLandWorkflow.php +++ b/src/workflow/ArcanistLandWorkflow.php @@ -241,7 +241,9 @@ EOTEXT if (!$this->isGit && !$this->isHg) { throw new ArcanistUsageException( - pht("'arc land' only supports git and mercurial.")); + pht( + "'arc land' only supports Git and Mercurial. For Subversion, try ". + "'arc commit'.")); } if ($this->isGit) {