##// END OF EJS Templates
help: fix typos in txnclose and txnabort documentation
Wagner Bruna -
r24830:abe835fc stable
parent child Browse files
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. see ``pretxnclose`` docs for details about
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. see ``pretxnclose`` docs for details about
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