ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara b0c8e9ef62 revset: add 0-ary "::" and ".." operators as short for "all()" and "~root()"
Suppose "x::y" is the operator that defaults to "root()::visible_heads()"
respectively, "::" is identical to "all()". Since we've just changed the
behavior of "..y", ".." is now "root()..visible_heads()" meaning "~root()".
2023-09-05 10:40:04 +09:00
..
examples
src revset: convert root symbol to function 2023-09-04 10:36:30 +09:00
testing
tests revset: add 0-ary "::" and ".." operators as short for "all()" and "~root()" 2023-09-05 10:40:04 +09:00
build.rs
Cargo.toml cli: add helper to elide text from left 2023-09-02 08:21:33 +09:00