Show More
@@ -830,11 +830,11 b' variables it is passed are listed with n' | |||||
830 | ``txnclose`` |
|
830 | ``txnclose`` | |
831 | Run after any repository transaction has been committed. At this |
|
831 | Run after any repository transaction has been committed. At this | |
832 | point, the transaction can no longer be rolled back. The hook will run |
|
832 | point, the transaction can no longer be rolled back. The hook will run | |
833 |
after the lock is released. |
|
833 | after the lock is released. See ``pretxnclose`` docs for details about | |
834 | available variables. |
|
834 | available variables. | |
835 |
|
835 | |||
836 | ``txnabort`` |
|
836 | ``txnabort`` | |
837 |
Run when a transaction is aborted. |
|
837 | Run when a transaction is aborted. See ``pretxnclose`` docs for details about | |
838 | available variables. |
|
838 | available variables. | |
839 |
|
839 | |||
840 | ``pretxnchangegroup`` |
|
840 | ``pretxnchangegroup`` |
General Comments 0
You need to be logged in to leave comments.
Login now