##// 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 310 pushop.ui.debug(msg)
311 311 try:
312 312 if pushop.locallocked:
313 pushop.trmanager = transactionmanager(repo,
313 pushop.trmanager = transactionmanager(pushop.repo,
314 314 'push-response',
315 315 pushop.remote.url())
316 316 pushop.repo.checkpush(pushop)
General Comments 0
You need to be logged in to leave comments. Login now