##// END OF EJS Templates
push: update bookmarks within the remote lock...
Pierre-Yves David -
r22224:f713de1d default
parent child Browse files
Show More
@@ -187,6 +187,7 b' def push(repo, remote, force=False, revs'
187 _pushchangeset(pushop)
187 _pushchangeset(pushop)
188 _pushsyncphase(pushop)
188 _pushsyncphase(pushop)
189 _pushobsolete(pushop)
189 _pushobsolete(pushop)
190 _pushbookmark(pushop)
190 finally:
191 finally:
191 if lock is not None:
192 if lock is not None:
192 lock.release()
193 lock.release()
@@ -194,7 +195,6 b' def push(repo, remote, force=False, revs'
194 if locallock is not None:
195 if locallock is not None:
195 locallock.release()
196 locallock.release()
196
197
197 _pushbookmark(pushop)
198 return pushop.ret
198 return pushop.ret
199
199
200 # list of steps to perform discovery before push
200 # list of steps to perform discovery before push
General Comments 0
You need to be logged in to leave comments. Login now