log tests/test-hook.t @ 28534:293adbaa14a7

age author description
Thu, 10 Mar 2016 10:12:23 -0800 Siddharth Agarwal hook: filter out unstable output in tests
Fri, 12 Feb 2016 14:50:10 -0800 Siddharth Agarwal hook: don't crash on syntax errors in python hooks
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:42:18 -0800 Siddharth Agarwal hook: add tests for failing post- python hooks
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
Tue, 19 Jan 2016 15:18:21 -0800 Durham Goode transaction: abort transaction during hook exception stable
Tue, 05 Jan 2016 17:37:59 -0800 Mateusz Kwapich hooks: add HG_NODE_LAST to txnclose and changegroup hook environments
Mon, 07 Dec 2015 18:06:13 -0600 Matt Mackall merge with stable
Thu, 03 Dec 2015 01:38:21 +0100 Sietse Brouwer dirstate: don't write repo.currenttransaction to repo.dirstate if repo stable
Wed, 02 Dec 2015 03:12:07 +0900 FUJIWARA Katsunori commands: make commit acquire locks before processing (issue4368)
Fri, 06 Nov 2015 11:08:11 -0500 Pierre-Yves David hooks: back 9f272bf3b342 out stable
Tue, 03 Nov 2015 17:13:27 -0800 Durham Goode hooks: fix hooks not firing if prechangegroup was set (issue4934) 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 merge: make in-memory changes visible to external update hooks
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'
Tue, 11 Aug 2015 16:26:12 -0700 Pierre-Yves David update: wlock the repo for the whole 'hg update' command stable
Sun, 28 Sep 2014 00:49:36 -0700 Pierre-Yves David bookmarks: change bookmark within a transaction
Wed, 27 May 2015 22:25:33 -0700 Pierre-Yves David bookmarks: abort the whole push if bookmarks fails to update (BC)
Mon, 08 Jun 2015 15:10:15 -0500 Matt Mackall tests: simplify printenv calls
Mon, 01 Jun 2015 22:34:01 -0700 Pierre-Yves David pull: prevent race condition in bookmark update when using -B (issue4689)
Wed, 27 May 2015 04:56:44 -0700 Pierre-Yves David tests: use bundle2 for test-hook
Mon, 25 May 2015 01:26:23 +0900 FUJIWARA Katsunori localrepo: pass hook argument txnid to pretxnopen hooks stable
Wed, 20 May 2015 04:34:27 +0900 FUJIWARA Katsunori localrepo: use correct argument name for pretxnclose hooks (BC) stable
Wed, 20 May 2015 04:34:27 +0900 FUJIWARA Katsunori localrepo: rename hook argument from TXNID to txnid (BC) stable
Wed, 29 Apr 2015 15:52:31 -0400 Matt Harbison merge: run update hook after the last wlock release stable
Mon, 20 Apr 2015 13:43:10 -0400 Matt Harbison test-hook.t: don't directly use redirect to /dev/null in hook for Windows stable
Mon, 20 Apr 2015 15:27:55 +0200 Pierre-Yves David afterlock: add the callback to the top level lock (issue4608) stable