Fix Jujutsu push errors with an incorrect bookmark name.
Review Request #14754 — Created Dec. 30, 2025 and submitted — Latest diff uploaded
Jujutsu 0.36 changed
jj git pushto always return a 0 exit code, even
when the target bookmark is invalid. This broke one of our unit tests.
I've updated the push implementation to always look at the output for
the relevant error.
Ran unit tests.