Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistLandWorkflow.php
| Show First 20 Lines • Show All 116 Lines • ▼ Show 20 Lines | |||||
| Any obsolete refs that point at commits which were published are deleted, | Any obsolete refs that point at commits which were published are deleted, | ||||
| unless the **--keep-branch** flag is passed. | unless the **--keep-branch** flag is passed. | ||||
| EOTEXT | EOTEXT | ||||
| ); | ); | ||||
| return $this->newWorkflowInformation() | return $this->newWorkflowInformation() | ||||
| ->setSynopsis(pht('Publish reviewed changes.')) | ->setSynopsis(pht('Publish reviewed changes.')) | ||||
| ->addExample(pht('**land** [__options__] [__ref__ ...]')) | ->addExample(pht('**land** [__options__] -- [__ref__ ...]')) | ||||
| ->setHelp($help); | ->setHelp($help); | ||||
| } | } | ||||
| public function getWorkflowArguments() { | public function getWorkflowArguments() { | ||||
| return array( | return array( | ||||
| $this->newWorkflowArgument('hold') | $this->newWorkflowArgument('hold') | ||||
| ->setHelp( | ->setHelp( | ||||
| pht( | pht( | ||||
| ▲ Show 20 Lines • Show All 199 Lines • Show Last 20 Lines | |||||