Skip to content
Snippets Groups Projects
Commit c2b9280708ec authored by Sverre Rabbelier's avatar Sverre Rabbelier
Browse files

only update bookmarks if importing from a remote

parent ed884cfe3fa3
No related branches found
No related tags found
No related merge requests found
......@@ -530,8 +530,9 @@
self.import_git_commit(commit)
else:
self.pseudo_import_git_commit(commit)
self.update_hg_bookmarks(remote_name)
if remote_name:
self.update_hg_bookmarks(remote_name)
def update_hg_bookmarks(self, remote_name):
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment