Set the REPOSITORY_TYPE during setup-repo
Review Request #8565 — Created Dec. 12, 2016 and submitted
The
rbt setup-repo
command will now set theREPOSITORY_TYPE
key 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-repo
and saw that theREPOSITORY_TYPE
key was
included.