Show More
@@ -1332,7 +1332,7 b' class localrepository(object):' | |||||
1332 | """To be run if transaction is aborted |
|
1332 | """To be run if transaction is aborted | |
1333 | """ |
|
1333 | """ | |
1334 | reporef().hook('txnabort', throw=False, txnname=desc, |
|
1334 | reporef().hook('txnabort', throw=False, txnname=desc, | |
1335 | **tr2.hookargs) |
|
1335 | **pycompat.strkwargs(tr2.hookargs)) | |
1336 | tr.addabort('txnabort-hook', txnaborthook) |
|
1336 | tr.addabort('txnabort-hook', txnaborthook) | |
1337 | # avoid eager cache invalidation. in-memory data should be identical |
|
1337 | # avoid eager cache invalidation. in-memory data should be identical | |
1338 | # to stored data if transaction has no error. |
|
1338 | # to stored data if transaction has no error. |
General Comments 0
You need to be logged in to leave comments.
Login now