jj/cli
Martin von Zweigbergk 2dae5f58dd cli: print a message about new and resolved conflicts
When e.g. `jj rebase` results in new conflicts, it's useful for the
user to learn about that without having to run `jj log` right
after. This patch adds reporting of new conflicts created by an
operation. It also add reporting of conflicts that were resolved or
abandoned by the operation.

There was no measurable performance impact when rebasing a single
commit in the Linux kernel repo.
2023-12-10 12:44:57 -08:00
..
examples gc: implement basic GC for Git backend 2023-12-03 07:40:12 -08:00
src cli: print a message about new and resolved conflicts 2023-12-10 12:44:57 -08:00
testing
tests cli: print a message about new and resolved conflicts 2023-12-10 12:44:57 -08:00
build.rs
Cargo.toml cargo: sort dependencies list alphabetically 2023-11-07 23:46:05 +09:00
LICENSE