jj-ryu 0.0.1-alpha.8

Stacked PRs for Jujutsu with GitHub/GitLab support
Documentation
1
2
3
4
5
6
7
//! Change graph building
//!
//! Analyzes jj bookmarks to build a graph of stacked changes.

mod builder;

pub use builder::build_change_graph;