ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli/examples
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
..
custom-backend cli_util: support multiple extensions consistently 2024-04-12 14:07:33 -04:00
custom-command cli: use RevisionArg type in "resolve -r", "bench", and example command 2024-04-03 15:30:30 +09:00
custom-commit-templater revset: drop Eq/PartialEq from RevsetExpression and related types 2024-06-28 10:28:51 +09:00
custom-global-flag cli: extract CommandError and helper functions to new module 2024-03-03 01:11:46 +09:00
custom-operation-templater templater: implement expect_*_arguments() as methods 2024-05-22 10:18:05 +09:00
custom-working-copy working_copy: allow load_working_copy() to return error 2024-04-19 15:22:37 -07:00