|
@@ -11,18 +11,14 @@ |
|
|
block discarded – undo |
|
11
|
11
|
namespace ConsoleHelpers\SVNBuddy\Command; |
|
12
|
12
|
|
|
13
|
13
|
|
|
14
|
|
-use ConsoleHelpers\ConsoleKit\Config\ConfigEditor; |
|
15
|
14
|
use ConsoleHelpers\ConsoleKit\Exception\CommandException; |
|
16
|
15
|
use ConsoleHelpers\SVNBuddy\Process\ProcessFactory; |
|
17
|
16
|
use ConsoleHelpers\SVNBuddy\Updater\Stability; |
|
18
|
17
|
use ConsoleHelpers\SVNBuddy\Updater\UpdateManager; |
|
19
|
18
|
use ConsoleHelpers\SVNBuddy\Updater\Updater; |
|
20
|
|
-use ConsoleHelpers\SVNBuddy\Updater\VersionUpdateStrategy; |
|
21
|
19
|
use Symfony\Component\Console\Input\InputInterface; |
|
22
|
20
|
use Symfony\Component\Console\Input\InputOption; |
|
23
|
21
|
use Symfony\Component\Console\Output\OutputInterface; |
|
24
|
|
-use Symfony\Component\Process\PhpExecutableFinder; |
|
25
|
|
-use Symfony\Component\Process\ProcessBuilder; |
|
26
|
22
|
|
|
27
|
23
|
class SelfUpdateCommand extends AbstractCommand |
|
28
|
24
|
{ |
Please login to merge, or discard this patch.