ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/src
Yuya Nishihara e0690f9d66 cli: pass CommandHelper to dispatch function by reference
This allows us to chain custom dispatch functions. If CommandHelper were
moved or passed by mutable reference, weird thing could happen depending
on the call order.
2023-01-04 15:48:38 +09:00
..
config colors: move defaults from source to file 2022-12-24 07:07:37 -08:00
cleanup_guard.rs cleanup: let new Clippy move variables into format strings 2022-12-14 21:30:58 -08:00
cli_util.rs cli: pass CommandHelper to dispatch function by reference 2023-01-04 15:48:38 +09:00
commands.rs Add "jj debug config-schema" command to output JSON schema 2023-01-03 22:02:25 -06:00
config-schema.json Define config TOML/JSON schema 2023-01-02 20:26:28 -06:00
config.rs colors: move defaults from source to file 2022-12-24 07:07:37 -08:00
diff_util.rs backend: create ObjectId trait 2023-01-02 12:28:51 -06:00
formatter.rs cli: use ui.reset() to process --config-toml arguments 2023-01-02 14:14:50 +09:00
graphlog.rs copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
lib.rs Rename diff_edit.rs to merge_tools.rs 2022-12-17 22:26:59 -08:00
main.rs cli: pass CommandHelper to dispatch function by reference 2023-01-04 15:48:38 +09:00
merge_tools.rs Rename diff_edit.rs to merge_tools.rs 2022-12-17 22:26:59 -08:00
progress.rs cleanup: let new Clippy move variables into format strings 2022-12-14 21:30:58 -08:00
template.pest copyright: change from "Google LLC" to "The Jujutsu Authors" 2022-11-28 06:05:45 -10:00
template_parser.rs cleanup: let new Clippy move variables into format strings 2022-12-14 21:30:58 -08:00
templater.rs backend: create ObjectId trait 2023-01-02 12:28:51 -06:00
ui.rs cli: use ui.reset() to process --config-toml arguments 2023-01-02 14:14:50 +09:00