pub fn is_transient_error(err: &RunError) -> boolExpand description
Default transient error check for jj/git.
Retries on:
NonZeroExitwith"stale"in stderr — “The working copy is stale” (jj)NonZeroExitwith".lock"in stderr — Lock file contention (git/jj)
Spawn failures and timeouts are never treated as transient.