Mercurial > hg-stable
changeset 26672:90df14eb3d0e
exchange: use pushop.repo instead of repo
author | Sean Farley <sean@farley.io> |
---|---|
date | Tue, 13 Oct 2015 22:53:08 -0700 |
parents | 66dc39cd7d06 |
children | ab1af5e7d734 |
files | mercurial/exchange.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)