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

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

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

