pub fn execute(db: &Db, plan: &MergePlan) -> Result<MergeRecord>Expand description
Carry out a plan: replay its changes into the destination, record the merge, and close the branch.
Refuses on unresolved conflicts, refuses a stale plan, and refuses a branch that is no longer active.