ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Yuya Nishihara 9613ec4f82 revset: drop Eq/PartialEq from RevsetExpression and related types
It was convenient that expression nodes can be compared in tests, but no
equivalence property is needed at runtime. Let's remove Eq/PartialEq to
simplify the extension support.
2024-06-28 10:28:51 +09:00
..
examples revset: drop Eq/PartialEq from RevsetExpression and related types 2024-06-28 10:28:51 +09:00
src cli: rename jj file print (formerly jj cat) to jj file show 2024-06-26 17:11:16 -07:00
testing cli: add a fake code formatter tool for testing 2024-06-04 14:28:21 -05:00
tests tests: add word-level hunks and capture some colorized diff outputs 2024-06-27 12:00:08 +09:00
build.rs
Cargo.toml cli: implement enough of jj fix to run a single tool on all files 2024-06-04 14:28:21 -05:00
LICENSE