Mercurial > public > mercurial-scm > hg
diff mercurial/help/config.txt @ 24792:7d0421de8de3
hooks: add a 'txnabort' hook
This hook will be called whenever a transaction is aborted. This will make it
easy for people to clean up temporary content they may have created during a
transaction.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 16 Apr 2015 05:36:49 -0400 |
parents | 89c5881d692c |
children | 60e4258b2052 |
line wrap: on
line diff
--- a/mercurial/help/config.txt Thu Apr 16 05:41:07 2015 -0400 +++ b/mercurial/help/config.txt Thu Apr 16 05:36:49 2015 -0400 @@ -833,6 +833,10 @@ 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 + available variables. + ``pretxnchangegroup`` Run after a changegroup has been added via push, pull or unbundle, but before the transaction has been committed. Changegroup is