log tests/test-hook.t @ 24500:7b0a20cd8c95

age author description
Mon, 09 Mar 2015 22:50:49 -0700 Pierre-Yves David hook: add a generic hook right before we commit a transaction
Mon, 09 Mar 2015 22:36:56 -0700 Pierre-Yves David hook: add a generic hook after transaction has been closed
Wed, 10 Dec 2014 18:19:49 -0800 Pierre-Yves David hook: have a generic hook for transaction opening
Fri, 16 Jan 2015 18:34:14 -0800 Pierre-Yves David transaction: include backup file in the "undo" transaction
Fri, 18 Apr 2014 13:33:20 +0200 Mads Kiilerich localrepo: show headline notes in commitctx before showing filenames
Mon, 01 Dec 2014 19:34:11 -0600 Matt Mackall merge with stable
Sat, 29 Nov 2014 19:17:47 -0800 Pierre-Yves David pushkey: gracefully handle prepushkey hook failure (issue4455) stable
Sat, 08 Nov 2014 17:08:09 +0000 Pierre-Yves David changelog: register changelog.i.a as a temporary file
Thu, 16 Oct 2014 15:54:53 +0900 Mike Hommey changegroup: use a copy of hookargs when invoking the changegroup hook
Sun, 12 Oct 2014 08:03:20 -0700 Pierre-Yves David phases: inform transaction-related hooks that a phase was moved
Sun, 28 Sep 2014 14:07:56 -0700 Pierre-Yves David pull: merge bookmark updates and imports
Sat, 27 Sep 2014 20:51:53 -0700 Pierre-Yves David push: gather all bookmark decisions together
Fri, 26 Sep 2014 17:44:00 -0700 Pierre-Yves David pull: move bookmark movements inside the `exchange.pull`
Fri, 15 Aug 2014 18:39:39 -0700 Pierre-Yves David push: move bookmark discovery with other discovery steps
Wed, 30 Jul 2014 19:26:47 -0700 Pierre-Yves David push: perform phases discovery before the push
Sat, 15 Feb 2014 01:23:12 +0100 Mads Kiilerich hooks: for python hooks, consistently use __name__ etc as name, not the repr
Tue, 16 Apr 2013 14:39:37 -0700 Siddharth Agarwal dispatch: print 'abort:' when a pre-command hook fails (BC)
Fri, 29 Mar 2013 19:54:06 -0700 Siddharth Agarwal pull: list bookmarks before pulling changesets (issue3873)
Fri, 29 Mar 2013 19:52:02 -0700 Siddharth Agarwal test-hook.t: remove prelistkeys.forbid hook before moving on
Tue, 15 Jan 2013 02:59:14 +0100 Mads Kiilerich tests: make test-hook.t output more stable
Fri, 17 Aug 2012 13:58:18 -0700 timeless spelling: propagated
Fri, 17 Aug 2012 13:58:18 -0700 timeless spelling: nonexistent
Sat, 28 Jul 2012 13:33:06 +0200 Pierre-Yves David pushkey: do not exchange obsole markers if feature is disabled stable
Mon, 30 Jul 2012 02:38:29 +0200 Mads Kiilerich test-hook.t: Solaris /usr/bin/egrep do not support {4} stable
Tue, 24 Jul 2012 21:20:56 +0200 Patrick Mezard push: do not try to push remote obsolete if local has none stable
Fri, 06 Jul 2012 18:41:25 +0200 Simon Heimberg hooks: print out more information when loading a python hook fails
Thu, 12 Jul 2012 03:03:19 +0200 Pierre-Yves David push: fix bug in detection of remote obsolete support
Wed, 04 Jul 2012 08:55:16 +0200 Simon Heimberg tests: do exclude what is expected
Thu, 07 Jun 2012 19:21:59 +0200 Pierre-Yves David obsolete: exchange obsolete marker over pushkey
Sun, 17 Jun 2012 00:27:31 +0200 Adrian Buehlmann tests/printenv.py: eliminate trailing spaces on output