Builds a map of branches which also includes pseudo @git
remote.
Export changes to branches made in the Jujutsu repo compared to our last
seen view of the Git repo in mut_repo.view().git_refs()
. Returns a list of
refs that failed to export.
Reflect changes made in the underlying Git repo in the Jujutsu repo.
Reflect changes made in the underlying Git repo in the Jujutsu repo.
Returns true if the parsed_ref
won’t be imported because its remote name
is reserved.
Sets HEAD@git
to the parent of the given working-copy commit and resets
the Git index.