pub fn import_refs(
mut_repo: &mut MutableRepo,
git_settings: &GitSettings,
) -> Result<GitImportStats, GitImportError>
Expand description
Reflect changes made in the underlying Git repo in the Jujutsu repo.
This function detects conflicts (if both Git and JJ modified a bookmark) and records them in JJ’s view.