Submitter | phabricator |
---|---|
Date | Jan. 19, 2018, 8:12 p.m. |
Message ID | <976fa4309f8746a6bbd7354fbb99e9dc@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26975/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -1327,7 +1327,7 @@ """To be run if transaction is aborted """ reporef().hook('txnabort', throw=False, txnname=desc, - **tr2.hookargs) + **pycompat.strkwargs(tr2.hookargs)) tr.addabort('txnabort-hook', txnaborthook) # avoid eager cache invalidation. in-memory data should be identical # to stored data if transaction has no error.