Fri, 26 Jun 2009 14:42:05 +0200 |
Henri Wiechers |
test python hook configured with python:[file]:[hook] syntax
|
Fri, 17 Apr 2009 16:34:43 -0700 |
Fred Wulff |
Add (pre)outgoing hooks for local clones.
|
Thu, 21 Jun 2007 09:25:49 +0200 |
Thomas Arendsen Hein |
Kill trailing spaces
|
Tue, 19 Jun 2007 08:17:55 +0200 |
Thomas Arendsen Hein |
Use printenv.py for pre/post-command-hooks (fixes tests on Solaris, too)
|
Mon, 18 Jun 2007 17:49:56 -0500 |
Matt Mackall |
dispatch: add generic pre- and post-command hooks
|
Thu, 19 Apr 2007 13:04:26 +0200 |
Thomas Arendsen Hein |
Work around problem where 'del os.environ["FOO"]' doesn't update environment.
|
Mon, 26 Mar 2007 23:49:58 -0300 |
Alexis S. L. Carvalho |
test-hook: use printenv.py
|
Thu, 15 Feb 2007 10:15:08 -0200 |
Alexis S. L. Carvalho |
Fix hg showconfig traceback with values that aren't strings
|
Fri, 09 Feb 2007 03:48:28 -0200 |
Alexis S. L. Carvalho |
Handle functions as the value of a hooks.<name> config variable
|
Tue, 25 Jul 2006 13:50:32 -0700 |
Vadim Gelfer |
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks
|
Sun, 14 May 2006 21:07:34 -0700 |
Vadim Gelfer |
deprecate 'update -m'. use 'merge' instead.
|
Thu, 11 May 2006 10:14:48 -0700 |
Vadim Gelfer |
hooks: add preupdate and update hooks.
|
Mon, 08 May 2006 14:19:05 -0700 |
Vadim Gelfer |
deprecate undo command, replace with rollback command.
|
Mon, 08 May 2006 10:59:58 -0700 |
Vadim Gelfer |
reverse sense of return value from python hooks.
|
Sun, 30 Apr 2006 19:30:59 +0200 |
Thomas Arendsen Hein |
Applied $PWD fix (changeset 278f9b13c39a) to tests/test-hook, too.
|
Fri, 28 Apr 2006 15:50:22 -0700 |
Vadim Gelfer |
support hooks written in python.
|
Mon, 13 Mar 2006 13:05:41 +0100 |
Thomas Arendsen Hein |
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero.
|
Fri, 17 Feb 2006 08:26:21 -0800 |
Vadim Gelfer |
add preoutgoing and outgoing hooks.
|
Thu, 16 Feb 2006 09:56:31 -0800 |
Vadim Gelfer |
tests for new hooks. fix things i found when writing tests.
|
Sat, 29 Oct 2005 13:45:01 -0700 |
Matt Mackall |
Change test-hook to test multiple hooks
|
Sat, 30 Jul 2005 09:00:14 -0800 |
mpm |
Merge with BOS
|
Sat, 30 Jul 2005 08:35:29 -0800 |
mpm |
Merge with TAH
|
Fri, 29 Jul 2005 15:19:43 +0100 |
Thomas Arendsen Hein |
Don't use 'set -x', fix exports, sed and hexdump usage for Solaris.
|
Thu, 21 Jul 2005 15:05:17 -0500 |
mpm |
Update tests to use commit -m and default -u
|
Mon, 27 Jun 2005 22:18:12 -0800 |
mpm |
Add initial hook support
|