##// END OF EJS Templates
exchange: use pushop.repo instead of repo
Sean Farley -
r26672:90df14eb default
parent child Browse files
Show More
@@ -310,7 +310,7 b' def push(repo, remote, force=False, revs'
310 pushop.ui.debug(msg)
310 pushop.ui.debug(msg)
311 try:
311 try:
312 if pushop.locallocked:
312 if pushop.locallocked:
313 pushop.trmanager = transactionmanager(repo,
313 pushop.trmanager = transactionmanager(pushop.repo,
314 'push-response',
314 'push-response',
315 pushop.remote.url())
315 pushop.remote.url())
316 pushop.repo.checkpush(pushop)
316 pushop.repo.checkpush(pushop)
General Comments 0
You need to be logged in to leave comments. Login now