added delete-repository subcommand

This commit is contained in:
Sebastian Sdorra
2011-05-20 14:31:07 +02:00
parent 996e65033b
commit 7f096cbcb0
3 changed files with 125 additions and 2 deletions

View File

@@ -27,7 +27,11 @@
# http://bitbucket.org/sdorra/scm-manager
#
# config
sonia.scm.cli.cmd.StoreConfigSubCommand
sonia.scm.cli.cmd.DeleteConfigSubCommand
# repository
sonia.scm.cli.cmd.GetRepositorySubCommand
sonia.scm.cli.cmd.ListRepositoriesSubCommand
sonia.scm.cli.cmd.StoreConfigSubCommand
sonia.scm.cli.cmd.DeleteConfigSubCommand
sonia.scm.cli.cmd.DeleteRepositorySubCommand