ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/src
Yuya Nishihara 82b6d073f1 templater: migrate global functions to table-based lookup
The original plan was to extend the globals table to implement "revset(expr)".
I'm not sure if that's more discoverable than "self.contained_in(revset_expr)"
method, but we can decide that later. Anyways, this patch adds typo suggestion
for global functions.
2024-03-16 10:28:19 +09:00
..
commands debug-tree: allow looking up tree by path and id, not just revision 2024-03-14 23:28:59 -07:00
config templates: add missing "\n" to builtin "root" output 2024-03-13 23:29:27 +09:00
merge_tools external diff editor: move utility functions to a new file 2024-03-15 12:30:37 -07:00
cleanup_guard.rs
cli_util.rs cli_util: inline WorkspaceCommandHelper::check_non_empty() 2024-03-14 23:51:21 +09:00
command_error.rs cli: extract function that stringifies RevsetParseError 2024-03-14 22:59:43 +09:00
commit_templater.rs templater: migrate global functions to table-based lookup 2024-03-16 10:28:19 +09:00
config-schema.json
config.rs
description_util.rs
diff_util.rs
formatter.rs
generic_templater.rs templater: migrate global functions to table-based lookup 2024-03-16 10:28:19 +09:00
git_util.rs
graphlog.rs
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: migrate global functions to table-based lookup 2024-03-16 10:28:19 +09:00
progress.rs
revset_util.rs cli: extract function that stringifies RevsetParseError 2024-03-14 22:59:43 +09:00
template.pest
template_builder.rs templater: migrate global functions to table-based lookup 2024-03-16 10:28:19 +09:00
template_parser.rs templater: migrate global functions to table-based lookup 2024-03-16 10:28:19 +09:00
templater.rs
text_util.rs
time_util.rs
ui.rs