Set the REPOSITORY_TYPE during setup-repo
Review Request #8565 — Created Dec. 12, 2016 and submitted
The
rbt setup-repocommand will now set theREPOSITORY_TYPEkey in
.reviewboardrc. These tools are looked up by entry point name, which
does not necessarily line up with the tool's name (i.e.,
SCMClient.name). As such, we now save the entry point name when
loading tools so we can refer to it.
Ran
rbt setup-repoand saw that theREPOSITORY_TYPEkey was
included.
Tool: Pyflakes Processed Files: rbtools/commands/setup_repo.py rbtools/clients/__init__.py Tool: PEP8 Style Checker Processed Files: rbtools/commands/setup_repo.py rbtools/clients/__init__.py