Mercurial > hg-stable
diff hgweb.cgi @ 26739:8429369eeb85
hook: for python hooks, also return whether an exception was raised
The hook code treats python hooks raising an exception and returning True as
the exact same. This is OK for hooks themselves, but other code that wants to
invoke external code using the same underlying code is a bit more interested in
making a distinction.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Wed, 14 Oct 2015 16:27:10 -0700 |
parents | 4b0fc75f9403 |
children | 47ef023d0165 |