Skip to main content

execute

Function execute 

Source
pub fn execute(db: &Db, plan: &MergePlan) -> Result<MergeRecord, Error>
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.