ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara c4769e0b7c revset: translate symbol rules in error message
Since we have overloaded operator symbols, we need to deduplicate them
upfront. Legacy and compat operators are also removed from the suggestion.

It's a bit ugly to mutate the error struct before calling Error::renamed_rule(),
but I think it's still better than reimplementing message formatting function.
2023-09-07 15:29:39 +09:00
..
benches
gen-protos
src revset: translate symbol rules in error message 2023-09-07 15:29:39 +09:00
tests revset: do not lookup unimported tags or remote branches by unqualified name 2023-09-06 13:42:22 +09:00
testutils tests: leverage create_tree() in a few more tests 2023-08-30 19:58:42 -07:00
Cargo.toml