pub fn parse_symbol(text: &str) -> Result<String, RevsetParseError>
Expand description
Parses the text as a revset symbol, rejects empty string.
pub fn parse_symbol(text: &str) -> Result<String, RevsetParseError>
Parses the text as a revset symbol, rejects empty string.