pub fn is_transient_error(err: &RunError) -> boolExpand description
Default transient-error check for jj/git.
Retries on NonZeroExit whose stderr contains "stale" or ".lock"
(jj working-copy staleness, git/jj lock-file contention). Spawn failures
and timeouts are never treated as transient.