pub fn walk_revs<'index>( repo: &'index dyn Repo, wanted: &[CommitId], unwanted: &[CommitId], ) -> Result<Box<dyn Revset + 'index>, RevsetEvaluationError>