Class ArcanistCommitWorkflow
Executes "svn commit" once a revision has been "Accepted".
Tasks
Methods
public getArguments()
This method is not documented.
public getCommandHelp()
This method is not documented.
public getCommandSynopses()
This method is not documented.
protected getCommitFileList(array $revision)
| parameters | array | $revision | |
| return | wild | | |
This method is not documented.
public getRevisionID()
This method is not documented.
private getSVNLangEnvVar()
On some systems, we need to specify "en_US.UTF-8" instead of "en_US.utf8",
and SVN spews some bewildering warnings if we don't:
For example, it happens on epriestley's Mac (10.6.7) with
Subversion 1.6.15.
protected getSupportedRevisionControlSystems()
This method is not documented.
public getWorkflowName()
This method is not documented.
protected promptFileWarning($prefix, $prompt, array $paths)
| parameters | wild | $prefix | |
| wild | $prompt | |
| array | $paths | |
| return | wild | | |
This method is not documented.
public requiresAuthentication()
This method is not documented.
public requiresConduit()
This method is not documented.
public requiresRepositoryAPI()
This method is not documented.
public requiresWorkingCopy()
This method is not documented.
public run()
This method is not documented.
private runSanityChecks(array $revision)
| parameters | array | $revision | |
| return | wild | | |
This method is not documented.