##// END OF EJS Templates
exchange: remove duplicated addition to pushop.stepdone...
Pierre-Yves David -
r22244:172036d6 default
parent child Browse files
Show More
@@ -373,7 +373,6 b' def _pushb2ctx(pushop, bundler):'
373 return
373 return
374 pushop.stepsdone.add('changesets')
374 pushop.stepsdone.add('changesets')
375 # Send known heads to the server for race detection.
375 # Send known heads to the server for race detection.
376 pushop.stepsdone.add('changesets')
377 if not _pushcheckoutgoing(pushop):
376 if not _pushcheckoutgoing(pushop):
378 return
377 return
379 pushop.repo.prepushoutgoinghooks(pushop.repo,
378 pushop.repo.prepushoutgoinghooks(pushop.repo,
General Comments 0
You need to be logged in to leave comments. Login now