From a76054f8d66dc61d5bc80f2f529cf63f614a9746 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 28 Oct 2019 11:00:33 -0700 Subject: [PATCH] Update "arc help land" to reference Perforce support Summary: Fixes T12668. Ref T13434. This is far from exhasutive, but suggest that Perforce probably works. Test Plan: Read documentation. Maniphest Tasks: T13434, T12668 Differential Revision: https://secure.phabricator.com/D20869 --- src/workflow/ArcanistLandWorkflow.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/workflow/ArcanistLandWorkflow.php b/src/workflow/ArcanistLandWorkflow.php index f35edcba..2fa7b022 100644 --- a/src/workflow/ArcanistLandWorkflow.php +++ b/src/workflow/ArcanistLandWorkflow.php @@ -44,10 +44,10 @@ EOTEXT public function getCommandHelp() { return phutil_console_format(<< array( 'param' => 'origin', 'help' => pht( - "Push to a remote other than the default ('origin' in git)."), + 'Push to a remote other than the default.'), ), 'merge' => array( 'help' => pht(