Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parallelize: drop redundant "Nothing changed." case
The rewritten code is already a no-op when there's a single input. I don't think the case is common enough to warrant having a special case for performance reasons either. Also, by not having the special case, `jj parallelize <immutable commit>` fails consistently with the non-singleton case.
- Loading branch information