Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F7187914
ArcanistBranchWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
598 B
Referenced Files
None
Subscribers
None
ArcanistBranchWorkflow.php
View Options
<?php
/**
* Alias for `arc feature`.
*/
final
class
ArcanistBranchWorkflow
extends
ArcanistFeatureWorkflow
{
public
function
getWorkflowName
()
{
return
'branch'
;
}
public
function
getCommandSynopses
()
{
return
phutil_console_format
(
<<<EOTEXT
**branch** [__options__]
**branch** __name__ [__start__]
EOTEXT
);
}
public
function
getCommandHelp
()
{
return
phutil_console_format
(
<<<EOTEXT
Supports: git
Alias for arc feature.
EOTEXT
);
}
public
function
getSupportedRevisionControlSystems
()
{
return
array
(
'git'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Jul 8, 07:42 (7 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
736359
Default Alt Text
ArcanistBranchWorkflow.php (598 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment