> Definitely maybeDisplaySuspendedStatus, it is call at
> the end of every RepoJob; think `darcs log --repo=...`,
> which IIRC made me stumble over this. Will add a comment.
> checkSuspendedStatus is only called at the start of
> RebaseJob and RebaseAwareJob, so certainly not for
> repos at remote URLs. So this check is defensive and
> could be removed. Do you think I should?
No, it's fine to keep it, I was just surprised about both
cases. I think just documenting that it's defensive
would work.
|