mercurial/help/config.txt
branchstable
changeset 24830 abe835fc4a79
parent 24814 60e4258b2052
child 25014 7e5d5160073b
--- 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``