pub fn parse_path(path: &str) -> Result<(String, Revision), Error<'static>>Expand description
Parse a path@revision string into path and revision components
This function parses strings like “path@123” or “path@HEAD” into separate path and revision components.