Function jj_lib::revset::parse_with_modifier

source ยท
pub fn parse_with_modifier(
    revset_str: &str,
    context: &RevsetParseContext<'_>,
) -> Result<(Rc<RevsetExpression>, Option<RevsetModifier>), RevsetParseError>