ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 8235e458ed cli: extract primitives for user revset parsing and evaluation
Some of them will be called directly from the commit templater which shouldn't
know WorkspaceCommandHelper. All parameters are passed as function arguments
instead of having a nicer wrapper struct. That's because some resources (e.g.
repo and id prefix context) are also used for different purposes, and it seemed
uneasy to introduce high-level abstraction satisfying all the use cases.
2024-03-14 22:59:43 +09:00
..
examples commit_templater: add an AnyMap for extensions to cache their own info 2024-03-12 16:52:49 -04:00
src cli: extract primitives for user revset parsing and evaluation 2024-03-14 22:59:43 +09:00
testing revset: ad-hoc optimization for range queries containing unwanted wanted heads 2024-02-22 23:26:29 +09:00
tests next/prev: make first line of help text consistent 2024-03-13 11:11:20 -07:00
build.rs
Cargo.toml templater: add similarity hint to no such method/keyword errors 2024-02-28 09:03:04 +09:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00