note imported tag

This commit is contained in:
Louis Abel 2024-09-24 01:51:54 -07:00
parent cb0df67a27
commit eba9710869
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -912,6 +912,7 @@ class GitImport(Import):
ref = gitutil.tag(dest_repo, import_tag, commit_msg)
gitutil.push(dest_repo, ref=ref)
self.perform_cleanup([source_git_repo_path, dest_git_repo_path])
print(f'Imported: {import_tag}')
return True
print('Nothing to push')
self.perform_cleanup([source_git_repo_path, dest_git_repo_path])