pub fn parse_string_expression(
diagnostics: &mut RevsetDiagnostics,
text: &str,
) -> Result<StringExpression, RevsetParseError>Expand description
Parses text into a string matcher expression.
pub fn parse_string_expression(
diagnostics: &mut RevsetDiagnostics,
text: &str,
) -> Result<StringExpression, RevsetParseError>Parses text into a string matcher expression.