ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src
Yuya Nishihara d6613304c9 cli: print deleted branch hints at end of "branch list" output
These hints shouldn't be interleaved in the template output. The new output
might look a little bit worse, but I don't think it's unacceptably bad.
2024-05-11 09:43:53 +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: parse out redundant "all:" revset modifier in arguments and templates 2024-05-10 15:28:18 +09: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 Implement advance-branches for jj commit 2024-04-20 10:26:04 -04:00
config.rs cli: show executable name in error message, include underlying error details 2023-11-23 10:05:45 +09:00
description_util.rs description_utils: teach combine_messages() to handle more than two sources 2024-03-13 05:21:05 -07:00
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 support for formatted error hints 2024-03-27 09:06:06 +09:00
generic_templater.rs templater: add type_name() method to tagged property types 2024-04-26 00:57:26 +09:00
git_util.rs ui: make hint_*() methods return Option 2024-04-01 13:00:27 -07:00
graphlog.rs graphlog: refactor out node symbols from GraphLog 2024-03-12 08:25:58 +05:00
lib.rs cli: extract primitives for user revset parsing and evaluation 2024-03-14 22:59:43 +09:00
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 fileset, revset, templater: add support for single-quoted raw string literals 2024-04-25 11:14:33 +09:00
template_builder.rs templater: add SizeHint type to represent revset.count_estimate() value 2024-05-09 08:51:34 +09: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 formatter: use write!() or writeln!() thoroughly, remove .write_str() 2024-03-23 10:43:38 +09:00
time_util.rs templater: propagate <out-of-range date> as an error 2024-02-29 01:30:43 +09:00
ui.rs clippy: disable bogus lints for nightly clippy 2024-04-05 11:39:29 -05:00