pub fn mark( ctx: &RepoContext, state: &mut State, rev: Option<String>, bound: Bound, ) -> Result<(), Error>
Mark a revision as an old (known-good) or new (known-bad) bound, persist state, then call advance.
advance