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__')
|
Mon, 25 Jul 2011 16:14:02 -0500 |
Augie Fackler |
windows: check util.mainfrozen() instead of ad-hoc checks everywhere
|
Fri, 22 Jul 2011 08:03:47 -0700 |
Lee Cantey |
hooks: use python 2.4 compatible exception handling
stable
|
Sat, 09 Jul 2011 19:06:59 +0300 |
Idan Kamara |
hooks: redirect stdout/err/in to the ui descriptors when calling python hooks
stable
|
Tue, 21 Jun 2011 16:55:21 +0300 |
Idan Kamara |
hook: write hook output to ui fout descriptor
stable
|
Fri, 06 May 2011 15:31:09 +0200 |
Adrian Buehlmann |
rename explain_exit to explainexit
|
Fri, 24 Dec 2010 15:22:00 +0100 |
Dan Villiom Podlaski Christiansen |
hooks: sort any dictionaries set in the environment
|
Fri, 10 Dec 2010 19:18:02 -0600 |
Matt Mackall |
hook: fix import path handling for repo=None
stable
|
Tue, 07 Dec 2010 15:27:04 +0100 |
Alexander Solovyov |
hook: assume relative path to hook is given from repo root
stable
|
Wed, 30 Jun 2010 18:15:23 -0500 |
Maxim Khitrov |
http: deliver hook output to client
stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Mon, 21 Dec 2009 16:12:43 +0100 |
Sune Foldager |
hook: fix bug (reuse of variable) introduced in 872d49dd577a
stable
|
Thu, 12 Nov 2009 14:05:52 -0800 |
Bryan O'Sullivan |
Make it possible to debug failed hook imports via use of --traceback
|
Wed, 28 Oct 2009 21:35:57 +0100 |
Sune Foldager |
hook: only redirect stdout if it and stderr are valid files
|
Wed, 05 Aug 2009 21:45:54 -0500 |
Steve Borho |
hook: fix full path imports on Windows (issue1779)
|
Wed, 13 May 2009 14:08:39 +0200 |
Dirkjan Ochtman |
some modernization cleanups, forward compatibility
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
ui: print_exc() -> traceback()
|
Fri, 27 Mar 2009 01:28:09 +0200 |
Alexander Solovyov |
ability to load hooks from arbitrary python module
|
Mon, 16 Feb 2009 19:35:07 -0600 |
Matt Mackall |
Introduce HG_PREPEND to solve pretxn races
|
Mon, 12 Jan 2009 11:48:05 -0600 |
Matt Mackall |
error: move SignalInterrupt
|
Tue, 25 Nov 2008 16:40:54 -0600 |
Jesse Long |
hooks: restore io correctly on exception
|
Tue, 28 Oct 2008 19:25:26 +0100 |
Benoit Boissinot |
remove unused variables
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Fri, 14 Mar 2008 21:57:46 -0300 |
Alexis S. L. Carvalho |
hook.py: fix redirections introduced by 323b9c55b328
|
Fri, 18 Jan 2008 09:03:17 -0600 |
Matt Mackall |
hooks: fix pre- and post- hooks specified in .hg/hgrc
|
Fri, 11 Jan 2008 13:06:38 -0600 |
Matt Mackall |
hook: redirect stdout to stderr for ssh and http servers
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
hooks: separate hook code into a separate module
|