jj/cli/examples/custom-commit-templater
Yuya Nishihara 62e4943c04 revset: reorganize expression resolution/evaluation methods
Both user and programmatic expressions use the same .evaluate() function now.
optimize() is applied globally after symbol resolution. The order shouldn't
matter, but it might be nicer because union of commit refs could be rewritten
to a single Commits(Vec<CommitId>) node.
2024-11-08 10:34:02 +09:00
..
main.rs revset: reorganize expression resolution/evaluation methods 2024-11-08 10:34:02 +09:00