Mercurial > hg-stable
changeset 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 | 8e9f8d2a2c0c |
children | 2bb0e6cc39f6 |
files | mercurial/help/config.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/config.txt Mon Apr 20 22:21:57 2015 -0500 +++ b/mercurial/help/config.txt Tue Apr 21 21:01:05 2015 -0300 @@ -830,11 +830,11 @@ ``txnclose`` Run after any repository transaction has been committed. At this point, the transaction can no longer be rolled back. The hook will run - after the lock is released. see ``pretxnclose`` docs for details about + after the lock is released. See ``pretxnclose`` docs for details about available variables. ``txnabort`` - Run when a transaction is aborted. see ``pretxnclose`` docs for details about + Run when a transaction is aborted. See ``pretxnclose`` docs for details about available variables. ``pretxnchangegroup``