flake8
passed.
JSHint
passed.
Review Request #12739 — Created Nov. 27, 2022 and submitted
When failing to resolve tracking branches, we'd end up with a
None
result, which would then get fed back into agit rev-parse
, causing an
error.This change avoids this situation, and ensures we don't try to generate
a link if we fail to locate a branch (since it won't have a stable SHA
to point to). It also and asserts that we don't pass in either aNone
for the command or any falsey values in the list.
Unit tests pass.
Successfully built Review Board docs.
Summary | ID |
---|---|
c9186bb4977410bffe667fb9fc2a5ce7f1961542 |