comparison mercurial/help/config.txt @ 24830:abe835fc4a79 stable

help: fix typos in txnclose and txnabort documentation
author Wagner Bruna <wbruna@yahoo.com>
date Tue, 21 Apr 2015 21:01:05 -0300
parents 60e4258b2052
children 7e5d5160073b
comparison
equal deleted inserted replaced
24829:8e9f8d2a2c0c 24830:abe835fc4a79
828 ``HG_PHASES_MOVED`` to ``1``, etc. 828 ``HG_PHASES_MOVED`` to ``1``, etc.
829 829
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``
841 Run after a changegroup has been added via push, pull or unbundle, 841 Run after a changegroup has been added via push, pull or unbundle,
842 but before the transaction has been committed. Changegroup is 842 but before the transaction has been committed. Changegroup is