pub fn plan_stack_registration(
reviews: &[String],
existing: Option<&NativeStack>,
) -> Option<StackPlan>Expand description
Plan the registration, or None when there is nothing to do - the stack is
already exactly this, or already reaches further (a --downstack from the
middle submits less than is recorded, which is not a divergence).