pub fn promote<F>(
session_id: &str,
digest: &str,
current_revision: &str,
apply: F,
) -> Result<PromoteOutcome>Expand description
Apply one change-set. A moved source revision returns before apply.
pub fn promote<F>(
session_id: &str,
digest: &str,
current_revision: &str,
apply: F,
) -> Result<PromoteOutcome>Apply one change-set. A moved source revision returns before apply.