##// 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 373 return
374 374 pushop.stepsdone.add('changesets')
375 375 # Send known heads to the server for race detection.
376 pushop.stepsdone.add('changesets')
377 376 if not _pushcheckoutgoing(pushop):
378 377 return
379 378 pushop.repo.prepushoutgoinghooks(pushop.repo,
General Comments 0
You need to be logged in to leave comments. Login now