comparison mercurial/help/config.txt @ 24814:60e4258b2052 stable

help: fix typo commited -> committed
author Javi Merino <merino.jav@gmail.com>
date Sun, 19 Apr 2015 11:37:29 +0100
parents 7d0421de8de3
children abe835fc4a79
comparison
equal deleted inserted replaced
24813:2553ef7355ab 24814:60e4258b2052
826 first added changeset), ``$HG_URL`` and ``$HG_SOURCE`` variables, 826 first added changeset), ``$HG_URL`` and ``$HG_SOURCE`` variables,
827 bookmarks and phases changes will set ``HG_BOOKMARK_MOVED`` and 827 bookmarks and phases changes will set ``HG_BOOKMARK_MOVED`` and
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 commited. 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``