Skip to main content

print_all_stacks

Function print_all_stacks 

Source
pub fn print_all_stacks(
    reviews: &BTreeMap<String, ReviewAnnotation>,
    commits: bool,
) -> Result<()>
Expand description

Print every stack, not just the current one, each as its own block separated by a blank line. Stacks that merely share the trunk are drawn separately - one per direct trunk child - each repeating the trunk as its base, so they read as distinct piles rather than one tangled tree. Rootless fragments print above the trunk-anchored ones. The branch you are on is marked wherever it appears.