Fri, 12 Feb 2016 11:44:35 -0800 |
Siddharth Agarwal |
hook: for python hook exceptions, add note to run with --traceback
|
Fri, 12 Feb 2016 11:34:04 -0800 |
Siddharth Agarwal |
hook: even fewer parentheses for load errors
|
Thu, 11 Feb 2016 22:52:23 -0800 |
Siddharth Agarwal |
hook: for python hook ImportErrors, add note to run with --traceback
|
Thu, 11 Feb 2016 22:41:20 -0800 |
Siddharth Agarwal |
hook: fewer parentheses for hook load errors
|
Thu, 11 Feb 2016 22:02:52 -0800 |
Siddharth Agarwal |
hook: use sys.exc_info rather than the deprecated equivalents
|
Thu, 03 Dec 2015 01:38:21 +0100 |
Sietse Brouwer |
dirstate: don't write repo.currenttransaction to repo.dirstate if repo
stable
|
Fri, 06 Nov 2015 11:08:11 -0500 |
Pierre-Yves David |
hooks: back 9f272bf3b342 out
stable
|
Tue, 03 Nov 2015 16:58:13 -0800 |
Durham Goode |
hooks: always include HG_PENDING
stable
|
Sat, 17 Oct 2015 01:15:34 +0900 |
FUJIWARA Katsunori |
hook: centralize passing HG_PENDING to external hook process
|
Wed, 14 Oct 2015 16:27:10 -0700 |
Siddharth Agarwal |
hook: for python hooks, also return whether an exception was raised
|
Wed, 14 Oct 2015 16:19:47 -0700 |
Siddharth Agarwal |
hook.runhooks: return a dict of result values
|
Wed, 14 Oct 2015 16:13:31 -0700 |
Siddharth Agarwal |
hook: factor out determination of hooks from running them
|
Mon, 12 Oct 2015 18:49:23 -0700 |
Siddharth Agarwal |
hook: raise a separate exception for when loading a hook fails
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Sat, 08 Aug 2015 19:24:40 -0700 |
Gregory Szorc |
hook: use absolute_import
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Thu, 28 May 2015 16:42:04 -0400 |
Jordi GutiƩrrez Hermoso |
hooks: replace if-try-finally with a "with" statement
|
Mon, 18 May 2015 15:40:23 -0500 |
Pierre-Yves David |
hook: drop dedicated catch for 'KeyboardInterrupt'
|
Fri, 15 May 2015 09:56:43 -0500 |
Matt Mackall |
hooks: use try/except/finally
|
Fri, 10 Apr 2015 22:30:19 -0400 |
Matt Harbison |
hook: forcibly flush stderr for Windows test stability
|
Mon, 01 Dec 2014 19:34:11 -0600 |
Matt Mackall |
merge with stable
|
Sat, 29 Nov 2014 19:13:35 -0800 |
Pierre-Yves David |
hook: raise a more specialized HookAbort exception when a hook fails
stable
|
Sat, 08 Nov 2014 13:06:22 +0900 |
Yuya Nishihara |
util.system: use ui.system() in place of optional ui.fout parameter
|
Wed, 12 Nov 2014 22:21:51 +0900 |
Yuya Nishihara |
hook: remove redundant code to redirect http hook output to client stream
|
Mon, 23 Jun 2014 09:24:38 -0400 |
Augie Fackler |
hook: restore use of callable() since it was readded in Python 3.2
|
Sat, 15 Feb 2014 01:23:12 +0100 |
Mads Kiilerich |
hooks: for python hooks, consistently use __name__ etc as name, not the repr
|
Sat, 15 Feb 2014 01:23:12 +0100 |
Mads Kiilerich |
hooks: move logging of hook name to after we have found the hook
|
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()
|