mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-06 04:41:00 +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 $userName;
|
||||||
private $repositoryAPI;
|
private $repositoryAPI;
|
||||||
private $configurationManager;
|
private $configurationManager;
|
||||||
private $workingCopy;
|
|
||||||
private $arguments = array();
|
private $arguments = array();
|
||||||
private $passedArguments = array();
|
private $passedArguments = array();
|
||||||
private $command;
|
private $command;
|
||||||
|
@ -601,10 +600,6 @@ abstract class ArcanistWorkflow extends Phobject {
|
||||||
$workflow->conduitAuthenticated = $this->conduitAuthenticated;
|
$workflow->conduitAuthenticated = $this->conduitAuthenticated;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->workingCopy) {
|
|
||||||
$workflow->setWorkingCopy($this->workingCopy);
|
|
||||||
}
|
|
||||||
|
|
||||||
$workflow->setArcanistConfiguration($arc_config);
|
$workflow->setArcanistConfiguration($arc_config);
|
||||||
|
|
||||||
$workflow->parseArguments(array_values($argv));
|
$workflow->parseArguments(array_values($argv));
|
||||||
|
@ -790,12 +785,6 @@ abstract class ArcanistWorkflow extends Phobject {
|
||||||
return $working_copy;
|
return $working_copy;
|
||||||
}
|
}
|
||||||
|
|
||||||
final public function setWorkingCopy(
|
|
||||||
ArcanistWorkingCopyIdentity $working_copy) {
|
|
||||||
$this->workingCopy = $working_copy;
|
|
||||||
return $this;
|
|
||||||
}
|
|
||||||
|
|
||||||
final public function setRepositoryAPI($api) {
|
final public function setRepositoryAPI($api) {
|
||||||
$this->repositoryAPI = $api;
|
$this->repositoryAPI = $api;
|
||||||
return $this;
|
return $this;
|
||||||
|
|
Loading…
Reference in a new issue