ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara ee4a06d847 cli: inline CommandHelper::new()
This constructor has too many arguments enough to introduce a parameter struct,
which would be identical to the CommandHelper type. Let's simply inline it as
there are no external callers.
2024-03-02 21:16:36 +09:00
..
examples commit_templater: support extensions of the template language 2024-03-01 10:42:51 -05:00
src cli: inline CommandHelper::new() 2024-03-02 21:16:36 +09:00
testing revset: ad-hoc optimization for range queries containing unwanted wanted heads 2024-02-22 23:26:29 +09:00
tests merge_tools: load diff/merge editor settings by caller 2024-03-02 10:31:27 +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