jj/cli
Martin von Zweigbergk 449fc423b8 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.
2024-04-18 21:06:52 -07:00
..
examples cli_util: support multiple extensions consistently 2024-04-12 14:07:33 -04:00
src parallelize: drop redundant "Nothing changed." case 2024-04-18 21:06:52 -07:00
testing revset: add support for file(kind:pattern) syntax 2024-04-07 19:43:29 +09:00
tests parallelize: make the command pass in more cases 2024-04-18 21:06:52 -07:00
build.rs
Cargo.toml cargo: explicitly indicate paths to publish 2024-04-15 20:37:00 -07:00
LICENSE