pub fn is_transient_error(error_msg: &str) -> boolExpand description
Check whether a jj/git error indicates a transient condition.
Matches:
- “stale” — “The working copy is stale” (jj, resolves after op completion)
- “.lock” — Lock file contention (git/jj)