Skip to content
Snippets Groups Projects
Commit 50d441de authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

gimport: acquire wlock

We need this for bookmarks manipulation, sadly.
parent 74e72004
No related branches found
No related tags found
1 merge request!124Adjust initial clone and push behaviour
...@@ -40,7 +40,8 @@ ...@@ -40,7 +40,8 @@
somehow, use this command to import those changes. somehow, use this command to import those changes.
''' '''
repo.githandler.import_commits(remote_name) with repo.wlock():
repo.githandler.import_commits(remote_name)
@eh.command(b'gexport') @eh.command(b'gexport')
......
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