Skip to content
Snippets Groups Projects
Commit f713de1d authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

push: update bookmarks within the remote lock

Updating bookmarks is part of the push. It should be done within the same lock
as the other steps of the push.
parent c39d404f
No related branches found
No related tags found
No related merge requests found
......@@ -187,6 +187,7 @@
_pushchangeset(pushop)
_pushsyncphase(pushop)
_pushobsolete(pushop)
_pushbookmark(pushop)
finally:
if lock is not None:
lock.release()
......@@ -194,7 +195,6 @@
if locallock is not None:
locallock.release()
_pushbookmark(pushop)
return pushop.ret
# list of steps to perform discovery before push
......
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