jj/cli/src
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
..
commands run: Teach run to resolve revsets and about jobs. 2023-11-04 16:29:06 +01:00
config cli change id templates: make "hidden" override "divergent" 2023-10-26 17:58:13 -07:00
merge_tools async: switch to pollster's block_on() 2023-11-03 08:15:10 -07:00
cleanup_guard.rs No need for Lazy in LIVE_GUARDS 2023-08-22 02:12:05 -04:00
cli_util.rs cli: move resolve_destination_revs to cli_utils and rename 2023-11-04 10:26:08 -05:00
commit_templater.rs templater: add local/remote_branches keywords 2023-10-28 11:03:23 +09:00
config-schema.json cli: redefine default log revset using immutable_heads() 2023-10-01 11:15:30 -07:00
config.rs revsets: add trunk alias with default to main/master/root 2023-09-17 10:17:23 +10:00
diff_util.rs merged_tree: add Stream-based version of diff(), delegating for now 2023-11-03 08:15:10 -07:00
formatter.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
graphlog.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
lib.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
main.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
operation_templater.rs templater: match exhaustively in boolean cast function 2023-10-28 05:29:50 +09:00
progress.rs cli: elide path in snapshot progress in the same way 2023-09-02 08:21:33 +09:00
template.pest Allow \0 escape for nulls 2023-09-14 17:11:05 -04:00
template_builder.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
template_parser.rs Allow \0 escape for nulls 2023-09-14 17:11:05 -04:00
templater.rs templater: move empty signature placeholder to user template 2023-08-27 09:38:36 +09:00
text_util.rs formatter: reset colors on early drop 2023-11-01 21:41:25 -07:00
time_util.rs cli: move src/ directory to new cli/ directory 2023-08-04 19:00:42 -05:00
ui.rs ui: remove write*() and flush() methods 2023-10-11 19:24:01 +09:00