mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-04 03:41:01 +01:00
(stable) Promote 2015 Week 42
This commit is contained in:
commit
e458d0c18a
1 changed files with 0 additions and 11 deletions
|
@ -52,7 +52,6 @@ abstract class ArcanistWorkflow extends Phobject {
|
|||
private $userName;
|
||||
private $repositoryAPI;
|
||||
private $configurationManager;
|
||||
private $workingCopy;
|
||||
private $arguments = array();
|
||||
private $passedArguments = array();
|
||||
private $command;
|
||||
|
@ -601,10 +600,6 @@ abstract class ArcanistWorkflow extends Phobject {
|
|||
$workflow->conduitAuthenticated = $this->conduitAuthenticated;
|
||||
}
|
||||
|
||||
if ($this->workingCopy) {
|
||||
$workflow->setWorkingCopy($this->workingCopy);
|
||||
}
|
||||
|
||||
$workflow->setArcanistConfiguration($arc_config);
|
||||
|
||||
$workflow->parseArguments(array_values($argv));
|
||||
|
@ -790,12 +785,6 @@ abstract class ArcanistWorkflow extends Phobject {
|
|||
return $working_copy;
|
||||
}
|
||||
|
||||
final public function setWorkingCopy(
|
||||
ArcanistWorkingCopyIdentity $working_copy) {
|
||||
$this->workingCopy = $working_copy;
|
||||
return $this;
|
||||
}
|
||||
|
||||
final public function setRepositoryAPI($api) {
|
||||
$this->repositoryAPI = $api;
|
||||
return $this;
|
||||
|
|
Loading…
Reference in a new issue