EVOLUTION-MANAGER
Edit File: entry_points.txt
[console_scripts] rbt = rbtools.commands.main:main [rbtools_commands] alias = rbtools.commands.alias:Alias 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 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-completion = rbtools.commands.setup_completion:SetupCompletion setup-repo = rbtools.commands.setup_repo:SetupRepo stamp = rbtools.commands.stamp:Stamp status = rbtools.commands.status:Status status-update = rbtools.commands.status_update:StatusUpdate [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