ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 7525fac12a templater: add special "self" variable to refer to top-level object
This allows us to call alias function with the top-level object.

For convenience, all self.<method>()s are available as keywords. I don't think
we'll want to deprecate them. It would be tedious if we had to specify
-T'self.commit_id()' instead of -Tcommit_id.
2024-02-25 09:01:04 +09:00
..
examples
src templater: add special "self" variable to refer to top-level object 2024-02-25 09:01:04 +09:00
testing
tests
build.rs
Cargo.toml
LICENSE