mercurial/pure/__init__.py
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
Thu, 28 Apr 2016 10:37:47 -0400
changeset 29129 e6dfb0e4eeef
parent 16438 28a90cdf0ca0
permissions -rw-r--r--
dispatch: add fail-* family of hooks The post-* family of hooks will not run in case a command fails (i.e. raises an exception). This makes it inconvenient to hook into events such as doing something in case of a failed push. We catch all exceptions to run the failure hook. I am not sure if this is too aggressive, but tests apparently pass.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: