Function check_revset_syntax

Source
pub fn check_revset_syntax(
    repo: &Repo,
    revsets: &[Revset],
) -> Result<(), ParseError>
Expand description

Check for syntax errors in the provided revsets without actually evaluating them.