ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Philip Metzger 8e4b6dfeaa run: Teach run to resolve revsets and about jobs.
This also adds `jobs`, the argument reading the thread count to use and `shell_command`.
While we're at it, make `execute` a no-op and teach `run` to resolve the passed revsets. 
I also fixed my misunderstanding of `Clap` which makes 
`jj run 'echo hello world' -r 'mine() & ~origin@remote' --jobs 4` parse correctly. 

Also contains a small fix in the `pre-commit` example for it.
2023-11-04 16:29:06 +01:00
..
examples backend: make read_conflict synchronous again 2023-10-28 16:45:40 -07:00
src run: Teach run to resolve revsets and about jobs. 2023-11-04 16:29:06 +01:00
testing
tests cli: support multiple --revision arguments to workspace add 2023-11-04 10:26:08 -05:00
build.rs
Cargo.toml async: switch to pollster's block_on() 2023-11-03 08:15:10 -07:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00