|
8 | 8 | * @link https://github.com/console-helpers/svn-buddy
|
9 | 9 | */
|
10 | 10 |
|
11 |
| -namespace aik099\SVNBuddy; |
12 |
| - |
13 |
| - |
14 |
| -use aik099\SVNBuddy\Command\AggregateCommand; |
15 |
| -use aik099\SVNBuddy\Command\CleanupCommand; |
16 |
| -use aik099\SVNBuddy\Command\CommitCommand; |
17 |
| -use aik099\SVNBuddy\Command\CompletionCommand; |
18 |
| -use aik099\SVNBuddy\Command\ConfigCommand; |
19 |
| -use aik099\SVNBuddy\Command\LogCommand; |
20 |
| -use aik099\SVNBuddy\Command\MergeCommand; |
21 |
| -use aik099\SVNBuddy\Command\ResolveCommand; |
22 |
| -use aik099\SVNBuddy\Command\RevertCommand; |
23 |
| -use aik099\SVNBuddy\Command\UpdateCommand; |
24 |
| -use aik099\SVNBuddy\Repository\Connector\Connector; |
| 11 | +namespace ConsoleHelpers\SVNBuddy; |
| 12 | + |
| 13 | + |
| 14 | +use ConsoleHelpers\SVNBuddy\Command\AggregateCommand; |
| 15 | +use ConsoleHelpers\SVNBuddy\Command\CleanupCommand; |
| 16 | +use ConsoleHelpers\SVNBuddy\Command\CommitCommand; |
| 17 | +use ConsoleHelpers\SVNBuddy\Command\CompletionCommand; |
| 18 | +use ConsoleHelpers\SVNBuddy\Command\ConfigCommand; |
| 19 | +use ConsoleHelpers\SVNBuddy\Command\LogCommand; |
| 20 | +use ConsoleHelpers\SVNBuddy\Command\MergeCommand; |
| 21 | +use ConsoleHelpers\SVNBuddy\Command\ResolveCommand; |
| 22 | +use ConsoleHelpers\SVNBuddy\Command\RevertCommand; |
| 23 | +use ConsoleHelpers\SVNBuddy\Command\UpdateCommand; |
| 24 | +use ConsoleHelpers\SVNBuddy\Repository\Connector\Connector; |
25 | 25 | use Pimple\Container;
|
26 | 26 | use Symfony\Component\Console\Application as BaseApplication;
|
27 | 27 |
|
|
0 commit comments