log mercurial/hook.py @ 20422:aac87f70f38e stable

age author description
Mon, 10 Feb 2014 14:51:06 -0800 Brodie Rao hooks: only disable/re-enable demandimport when it's already enabled stable
Wed, 13 Feb 2013 12:51:30 -0800 Durham Goode blackbox: do not translate the log messages
Sat, 09 Feb 2013 09:04:32 -0800 Durham Goode blackbox: logs python and extension hooks via ui.log()
Thu, 20 Dec 2012 21:26:30 +0100 Dirkjan Ochtman hook: disable demandimport before importing hooks
Mon, 26 Nov 2012 17:48:39 -0600 Matt Mackall hooks: be even more forgiven of non-fd descriptors (issue3711) stable
Mon, 26 Nov 2012 16:14:22 -0600 Matt Mackall hooks: delay I/O redirection until we actually run a hook (issue3711) stable
Mon, 27 Aug 2012 23:14:27 +0200 Mads Kiilerich avoid using abbreviations that look like spelling errors
Thu, 26 Jul 2012 02:54:13 +0200 Mads Kiilerich help: fix some instances of 'the the' stable
Fri, 06 Jul 2012 18:41:25 +0200 Simon Heimberg hooks: print out more information when loading a python hook fails
Sat, 23 Jun 2012 19:57:07 +0300 Idan Kamara ui: add a variable to control whether hooks should be called stable
Sun, 15 Jan 2012 13:50:12 -0700 Matt Zuba hooks: prioritize run order of hooks
Wed, 16 Nov 2011 08:34:36 +0100 Thomas De Schampheleire hook: flush stdout before redirecting to stderr stable
Mon, 01 Aug 2011 10:54:34 -0500 Matt Mackall merge with stable
Sat, 30 Jul 2011 23:41:10 +0300 Idan Kamara hook: be prepared for __stdout/err__ not having fileno() stable
Mon, 25 Jul 2011 16:24:37 -0500 Augie Fackler globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')