exchange: use pushop.repo instead of repo
authorSean Farley <sean@farley.io>
Tue, 13 Oct 2015 22:53:08 -0700
changeset 26672 90df14eb3d0e
parent 26671 66dc39cd7d06
child 26673 ab1af5e7d734
exchange: use pushop.repo instead of repo
mercurial/exchange.py
--- a/mercurial/exchange.py	Tue Oct 13 03:20:05 2015 -0700
+++ b/mercurial/exchange.py	Tue Oct 13 22:53:08 2015 -0700
@@ -310,7 +310,7 @@
         pushop.ui.debug(msg)
     try:
         if pushop.locallocked:
-            pushop.trmanager = transactionmanager(repo,
+            pushop.trmanager = transactionmanager(pushop.repo,
                                                   'push-response',
                                                   pushop.remote.url())
         pushop.repo.checkpush(pushop)