pub fn try_resolve_file_conflict(
    store: &Store,
    filename: &RepoPath,
    conflict: &MergedTreeValue
) -> Result<Option<TreeValue>, TreeMergeError>