ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src
Yuya Nishihara 218b1c6c16 commit_templater: add self.immutable() method
I don't know how immutable revisions should be labeled by default, but users
can customize templates whatever they like.
2024-03-14 22:59:43 +09:00
..
commands cli: extract primitives for user revset parsing and evaluation 2024-03-14 22:59:43 +09:00
config templates: add missing "\n" to builtin "root" output 2024-03-13 23:29:27 +09:00
merge_tools cli: ensure child processes are wait()ed on I/O error 2024-03-05 09:23:15 +09:00
cleanup_guard.rs
cli_util.rs commit_templater: add self.immutable() method 2024-03-14 22:59:43 +09:00
command_error.rs cli: extract function that stringifies RevsetParseError 2024-03-14 22:59:43 +09:00
commit_templater.rs commit_templater: add self.immutable() method 2024-03-14 22:59:43 +09:00
config-schema.json log: enable synthetic elided nodes by default 2024-03-11 10:08:28 -07: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 Add --context flag for diffs. 2024-03-05 07:48:23 +01:00
formatter.rs
generic_templater.rs templater: add general-purpose template engine for value types 2024-03-06 11:38:57 +09:00
git_util.rs cli: ensure child processes are wait()ed on I/O error 2024-03-05 09:23:15 +09: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: inline commit/operation_templater::parse(), add command helper fns 2024-03-05 12:12:34 +09:00
progress.rs
revset_util.rs cli: extract function that stringifies RevsetParseError 2024-03-14 22:59:43 +09:00
template.pest templater: parse negative integer as unary operator and literal 2024-02-10 09:15:21 +09:00
template_builder.rs templater: do not rewrite non-argument errors raised from self methods 2024-03-14 22:59:43 +09:00
template_parser.rs cli: enrich the error about required template value with a hint 2024-03-06 08:12:40 +05:00
templater.rs templater: propagate <out-of-range date> as an error 2024-02-29 01:30:43 +09:00
text_util.rs
time_util.rs templater: propagate <out-of-range date> as an error 2024-02-29 01:30:43 +09:00
ui.rs cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00