pub fn parse_immutable_heads_expression(
diagnostics: &mut RevsetDiagnostics,
context: &RevsetParseContext<'_>,
) -> Result<Arc<UserRevsetExpression>, RevsetParseError>Expand description
Parses user-configured expression defining the heads of the immutable set. Includes the root commit.