diff 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
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``