jj/cli/src
Samuel Tardieu 12f4d6d17b style: avoid using .to_owned()/.to_vec() on owned objects
`.clone()` is more explicit when we already have an object
of the right type.
2024-10-04 22:29:13 +02:00
..
commands style: avoid using .to_owned()/.to_vec() on owned objects 2024-10-04 22:29:13 +02:00
config cli: make default log revset work without working-copy commit 2024-10-01 20:04:06 +09:00
merge_tools style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
cleanup_guard.rs
cli_util.rs style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
command_error.rs style: inline variables into format strings 2024-10-04 22:29:13 +02:00
commit_templater.rs revset, templater: add deprecation warnings 2024-09-23 07:07:07 +09:00
config-schema.json cli: make default log revset work without working-copy commit 2024-10-01 20:04:06 +09:00
config.rs style: avoid using .to_owned()/.to_vec() on owned objects 2024-10-04 22:29:13 +02:00
description_util.rs style: inline variables into format strings 2024-10-04 22:29:13 +02:00
diff_util.rs style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
formatter.rs style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
generic_templater.rs templater: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
git_util.rs
graphlog.rs
lib.rs
main.rs
movement_util.rs style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
operation_templater.rs templater: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
progress.rs
revset_util.rs
template.pest
template_builder.rs templater: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
template_parser.rs templater: pass diagnostics receiver around 2024-09-23 07:07:07 +09:00
templater.rs style: add semicolon at the end of expressions used as statements 2024-10-04 22:29:13 +02:00
text_util.rs
time_util.rs
ui.rs style: inline variables into format strings 2024-10-04 22:29:13 +02:00