Function jj_lib::git::import_refs

source ·
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 branch) and records them in JJ’s view.