ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src
Yuya Nishihara b6d95c3504 cli: use high-level show_diff() function in cmd_status()
As I'm going to remove &WorkspaceCommandHelper from these functions, it will
be a bit more verbose to call low-level show_*() functions.
2024-05-14 09:36:13 +09:00
..
commands cli: use high-level show_diff() function in cmd_status() 2024-05-14 09:36:13 +09:00
config cli: port "branch list" to template 2024-05-10 08:36:38 +09:00
merge_tools
cleanup_guard.rs
cli_util.rs cleanup: propagate errors from Commit::parents() 2024-05-13 07:39:14 -07:00
command_error.rs diff_util: remove CommandError dependency from show functions 2024-05-14 09:36:13 +09:00
commit_templater.rs cleanup: propagate errors from Commit::parents() 2024-05-13 07:39:14 -07:00
config-schema.json cli: add ui.color = "debug" 2024-05-11 10:16:09 +02:00
config.rs
description_util.rs
diff_util.rs diff_util: pass repo in to inner show functions by argument 2024-05-14 09:36:13 +09:00
formatter.rs ui: add per-type FormatterFactory constructors, inline selection 2024-05-12 09:21:18 +09:00
generic_templater.rs
git_util.rs
graphlog.rs
lib.rs
main.rs
operation_templater.rs
progress.rs
revset_util.rs
template.pest
template_builder.rs cli: add ui.color = "debug" 2024-05-11 10:16:09 +02:00
template_parser.rs
templater.rs templater: add SizeHint type to represent revset.count_estimate() value 2024-05-09 08:51:34 +09:00
text_util.rs cli: add ui.color = "debug" 2024-05-11 10:16:09 +02:00
time_util.rs
ui.rs cli: insert tracing at editor/pager invocation 2024-05-12 23:06:14 +09:00