pub fn parse_program_with_modifier(
revset_str: &str,
) -> Result<ExpressionNode<'_>, RevsetParseError>Expand description
Parses text into expression tree. The text may be prefixed with all:.
No name resolution is made at this stage.
pub fn parse_program_with_modifier(
revset_str: &str,
) -> Result<ExpressionNode<'_>, RevsetParseError>Parses text into expression tree. The text may be prefixed with all:.
No name resolution is made at this stage.