You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a repository is imported successfully but import_full() does not
actually return any changesets, the temp repo created for the import
remains with its `Import <timestamp>` name instead of being renamed to
the original repo's name, and the latter is deleted.
Setting the temp repo's name right after the initial save operation
prevents this unwanted behavior.
Fixes#245
0 commit comments