[rbtools_scm_clients]
svn = rbtools.clients.svn:SVNClient
git = rbtools.clients.git:GitClient
mercurial = rbtools.clients.mercurial:MercurialClient
cvs = rbtools.clients.cvs:CVSClient
perforce = rbtools.clients.perforce:PerforceClient
plastic = rbtools.clients.plastic:PlasticClient
clearcase = rbtools.clients.clearcase:ClearCaseClient
bazaar = rbtools.clients.bazaar:BazaarClient
tfs = rbtools.clients.tfs:TFSClient

[rbtools_commands]
status = rbtools.commands.status:Status
list-repo-types = rbtools.commands.list_repo_types:ListRepoTypes
land = rbtools.commands.land:Land
clear-cache = rbtools.commands.clearcache:ClearCache
stamp = rbtools.commands.stamp:Stamp
api-get = rbtools.commands.api_get:APIGet
publish = rbtools.commands.publish:Publish
patch = rbtools.commands.patch:Patch
attach = rbtools.commands.attach:Attach
logout = rbtools.commands.logout:Logout
install = rbtools.commands.install:Install
close = rbtools.commands.close:Close
diff = rbtools.commands.diff:Diff
login = rbtools.commands.login:Login
post = rbtools.commands.post:Post
setup-repo = rbtools.commands.setup_repo:SetupRepo

[console_scripts]
rbt = rbtools.commands.main:main

