jj/cli
Martin von Zweigbergk d6b41c18c9 parallelize: rewrite using transform_descendants()
`jj parallelize` was a good example of a command that can be
simplified by the new API, so I decided to rewrite it as an example.

The rewritten version is more flexible and doesn't actually need the
restrictions from the old version (such as checking that the commits
are connected). I still left the check for now to keep this patch
somewhat small. A subsequent commit will remove the restrictions.
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: rewrite using transform_descendants() 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: rewrite using transform_descendants() 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