ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/src
Martin von Zweigbergk 70d4a0f42e revset: remove context parameter from evaluate()
The `RevsetWorkspaceContext` argument is now instead used by the new
`resolve_symbol()` function.
2023-03-17 22:42:41 -07:00
..
commands cli: pass revset expression by value to evaluate_revset() 2023-03-17 22:42:41 -07:00
config
cleanup_guard.rs
cli_util.rs revset: remove context parameter from evaluate() 2023-03-17 22:42:41 -07:00
commit_templater.rs templater: add list.map(|x| ...) operation 2023-03-18 12:04:00 +09:00
config-schema.json
config.rs
diff_util.rs
formatter.rs
graphlog.rs
lib.rs
main.rs
merge_tools.rs
operation_templater.rs
progress.rs
template.pest
template_builder.rs templater: add join method to mapped template 2023-03-18 12:04:00 +09:00
template_parser.rs templater: add list.map(|x| ...) operation 2023-03-18 12:04:00 +09:00
templater.rs templater: add trait that represents a mapped template 2023-03-18 12:04:00 +09:00
text_util.rs
time_util.rs
ui.rs