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