Skip to main content

parse_log_output

Function parse_log_output 

Source
pub fn parse_log_output(output: &str) -> LogParseResult
Expand description

Parse jj log --template LOG_TEMPLATE output.

Skips malformed lines rather than failing, returning them in LogParseResult::skipped for the caller to handle.