Improve output when scanning for a usable client.
Review Request #12512 — Created Aug. 8, 2022 and submitted
This rewords some of the output when trying to scan for a usable client
but failing to find anything. It aims to add context to the messages,
helping to see the input (repository type or URL) that led to the error,
and to add instructions to help resolve the issue (saying to check for a
.reviewboardrc, what it should contain, and pointing users to
rbt setup-repo
).The work here is just a base for upcoming work on this logic to clean
things up and to provide error reporting that works with the upcoming
formalSCMClient
dependency support.
Tested all the error/warning conditions, verifying the output.
- Change Summary:
-
- Changed some text to say "a repository was not found ..." instead of "a repository couldn't be found ..."
- Updated strings to use single line quotes.
- Commits:
-
Summary ID c2ba0abc3b5003a15179ef279dcee1a3bd3abbf0 39a1b35b05214c932835b8be18befc95280b7a0d - Branch:
-
release-3.xrelease-4.x
- Diff:
-
Revision 2 (+62 -14)
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.