pub fn import_refs(
    mut_repo: &mut MutableRepo,
    git_repo: &Repository
) -> Result<(), GitImportError>
Expand description

Reflect changes made in the underlying Git repo in the Jujutsu repo.