mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
This basically means that the graph is sorted by "new" commits, then abandoned commits follow. I'm thinking of integrating predecessors information into "op diff", and it will make sense to identify changes by commit ids instead of change ids there. Divergent commits will be displayed individually, and squashed commits will have all predecessor commits including ones having different change ids. This should also fix "graph has cycle" issue. In the original implementation, we mixed parent change ids of both new and old views, which could result in cycle. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| testing | ||
| tests | ||
| build.rs | ||
| Cargo.toml | ||
| docs | ||
| LICENSE | ||