Submitter | phabricator |
---|---|
Date | Feb. 1, 2018, 8:42 p.m. |
Message ID | <acdc0e2e159df07e8793b26e04c0a3b9@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/27139/ |
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 @@ -1332,7 +1332,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.