2010-12-24 |
Dan Villiom Podlaski Christiansen |
hooks: sort any dictionaries set in the environment
|
2010-12-11 |
Matt Mackall |
hook: fix import path handling for repo=None
stable
|
2010-12-07 |
Alexander Solovyov |
hook: assume relative path to hook is given from repo root
stable
|
2010-06-30 |
Maxim Khitrov |
http: deliver hook output to client
stable
|
2010-01-20 |
Matt Mackall |
Update license to GPLv2+
stable
|
2009-12-21 |
Sune Foldager |
hook: fix bug (reuse of variable) introduced in 872d49dd577a
stable
|
2009-11-12 |
Bryan O'Sullivan |
Make it possible to debug failed hook imports via use of --traceback
|
2009-10-28 |
Sune Foldager |
hook: only redirect stdout if it and stderr are valid files
|
2009-08-06 |
Steve Borho |
hook: fix full path imports on Windows (issue1779)
|
2009-05-13 |
Dirkjan Ochtman |
some modernization cleanups, forward compatibility
|
2009-04-28 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
2009-04-25 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
2009-04-26 |
Matt Mackall |
replace util.sort with sorted built-in
|
2009-04-26 |
Matt Mackall |
ui: print_exc() -> traceback()
|
2009-03-26 |
Alexander Solovyov |
ability to load hooks from arbitrary python module
|
2009-02-17 |
Matt Mackall |
Introduce HG_PREPEND to solve pretxn races
|
2009-01-12 |
Matt Mackall |
error: move SignalInterrupt
|
2008-11-25 |
Jesse Long |
hooks: restore io correctly on exception
|
2008-10-28 |
Benoit Boissinot |
remove unused variables
|
2008-06-27 |
Matt Mackall |
util: add sort helper
|
2008-03-15 |
Alexis S. L. Carvalho |
hook.py: fix redirections introduced by 323b9c55b328
|
2008-01-18 |
Matt Mackall |
hooks: fix pre- and post- hooks specified in .hg/hgrc
|
2008-01-11 |
Matt Mackall |
hook: redirect stdout to stderr for ssh and http servers
|
2007-06-18 |
Matt Mackall |
hooks: separate hook code into a separate module
|