ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
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
..
examples commit_templater: add an AnyMap for extensions to cache their own info 2024-03-12 16:52:49 -04:00
src templater: migrate global functions to table-based lookup 2024-03-16 10:28:19 +09:00
testing revset: ad-hoc optimization for range queries containing unwanted wanted heads 2024-02-22 23:26:29 +09:00
tests templater: migrate global functions to table-based lookup 2024-03-16 10:28:19 +09:00
build.rs
Cargo.toml templater: add similarity hint to no such method/keyword errors 2024-02-28 09:03:04 +09:00
LICENSE