jj/cli/src
Yuya Nishihara 0423e3e1ee ui: add helper function that sets up FormatterFactory
I'm going to split FormatterFactory::prepare() which takes 3 bool arguments,
and prepare() will be inlined there.
2024-05-12 09:21:18 +09:00
..
commands cli: print deleted branch hints at end of "branch list" output 2024-05-11 09:43:53 +09:00
config cli: port "branch list" to template 2024-05-10 08:36:38 +09:00
merge_tools cleanup: consistently use BackendResult 2024-05-07 19:35:03 -07:00
cleanup_guard.rs
cli_util.rs cli: add ui.color = "debug" 2024-05-11 10:16:09 +02:00
command_error.rs External merge tools: better error message for unsupported usage 2024-05-05 18:33:53 -07:00
commit_templater.rs Refuse to split an empty commit with jj split. 2024-05-10 19:37:28 +02: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 commit: add a helper for returning parent tree of Commit 2024-05-07 19:35:03 -07:00
formatter.rs cli: add ui.color = "debug" 2024-05-11 10:16:09 +02:00
generic_templater.rs
git_util.rs
graphlog.rs
lib.rs
main.rs
operation_templater.rs templater: remove IntoTemplate abstraction, use extension method instead 2024-05-09 08:51:34 +09:00
progress.rs
revset_util.rs revset: make RevsetParseContext opaque 2024-05-06 10:42:01 -04:00
template.pest
template_builder.rs cli: add ui.color = "debug" 2024-05-11 10:16:09 +02:00
template_parser.rs templater: include actual type name in error messages 2024-04-26 00:57:26 +09:00
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 ui: add helper function that sets up FormatterFactory 2024-05-12 09:21:18 +09:00