jj/cli
Yuya Nishihara b556fc6093 templater: add abstraction to implement equality operation per type
Maybe we can add comparison of ids, commits, etc., but I don't have a practical
use case right now. If we add lt/gt, it might make sense to implement them on
Timestamp type.

I also changed lhs.and_then(..) to (lhs, rhs).map(..) since we don't need
short-circuiting behavior here.
2024-11-10 21:41:24 +09:00
..
examples revset: reorganize expression resolution/evaluation methods 2024-11-08 10:34:02 +09:00
src templater: add abstraction to implement equality operation per type 2024-11-10 21:41:24 +09:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests completion: teach rename about local bookmarks 2024-11-10 07:26:22 +01:00
build.rs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
Cargo.toml build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE