tests/test-hook.t
Sat, 09 Feb 2019 23:01:30 +0100 Pierre-Yves David transaction: include txnname in the hookargs dictionary
Mon, 18 Feb 2019 00:27:25 +0900 FUJIWARA Katsunori tests: define class in modern style to avoid check-code.py error
Sat, 09 Feb 2019 01:20:03 +0100 Boris Feld test: use `printenv.py --line` in `test-hook.t`
Sat, 26 Jan 2019 17:51:55 +0900 Yuya Nishihara dispatch: quote filename in IOError as well
Mon, 08 Oct 2018 10:30:59 +0900 FUJIWARA Katsunori tests: use NO_CHECK_EOF for fragments having intentional error
Fri, 13 Apr 2018 23:58:13 -0400 Augie Fackler tests: port inline extensions in test-hook.t to py3
Sat, 14 Apr 2018 00:10:17 -0400 Augie Fackler tests: manually print list in test-hook.t
Wed, 04 Apr 2018 14:09:02 -0700 Gregory Szorc simplestore: use a custom store for the simple store repo
Sun, 11 Feb 2018 16:08:11 -0800 Gregory Szorc py3: use bytes literals for test extension
Tue, 30 Jan 2018 22:27:45 +0100 Boris Feld bookmarks: fix pushkey compatibility mode (issue5777) stable
Mon, 15 Jan 2018 10:44:49 +0000 Boris Feld bookmark: run 'pushkey' hooks after bookmark move, not 'prepushkey'
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Tue, 17 Oct 2017 12:38:13 +0200 Boris Feld bookmark: use the 'bookmarks' bundle2 part to push bookmark update (issue5165)
Sat, 02 Dec 2017 19:33:34 -0500 Matt Harbison tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages
Thu, 12 Oct 2017 09:39:50 +0200 Denis Laxalde transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Tue, 03 Oct 2017 14:35:24 -0700 Saurabh Singh test-hook: make test compatible with chg
Sun, 24 Sep 2017 21:27:18 +0200 Boris Feld pull: use 'phase-heads' to retrieve phase information
Thu, 15 Jun 2017 14:22:25 -0400 Augie Fackler tests: clean up many print statements to be print functions instead
Wed, 05 Jul 2017 11:09:55 -0500 Augie Fackler tests: capitalize Python when it's not used as a command name
Mon, 03 Jul 2017 02:52:39 +0900 FUJIWARA Katsunori tests: add fsmonitor specific output lines at enabling largefiles
Sat, 24 Jun 2017 23:09:21 -0400 Matt Harbison identify: add template support
Thu, 25 May 2017 21:53:44 +0900 Yuya Nishihara cat: add formatter support
Tue, 02 May 2017 22:27:44 +0200 Pierre-Yves David caches: move the 'updating the branch cache' message in 'updatecaches'
Sat, 01 Apr 2017 15:23:26 -0400 Matt Harbison tests: quote paths in shell script hooks
Fri, 31 Mar 2017 11:53:56 +0200 Pierre-Yves David hook: add hook name information to external hook
Fri, 31 Mar 2017 11:08:11 +0200 Pierre-Yves David hook: provide hook type information to external hook
Fri, 31 Mar 2017 11:02:05 +0200 Pierre-Yves David hook: fix name used in untrusted message
Thu, 30 Mar 2017 17:29:03 +0200 Pierre-Yves David run-tests: auto-replace 'TXNID' output
Tue, 21 Feb 2017 01:21:00 +0900 FUJIWARA Katsunori localrepo: check HG_PENDING strictly
Sat, 29 Oct 2016 02:44:45 +0900 FUJIWARA Katsunori tests: invoke printenv.py via sh -c for test portability stable
Mon, 19 Sep 2016 09:14:35 -0700 Martin von Zweigbergk strip: don't use "full" and "partial" to describe bundles
Mon, 15 Aug 2016 12:26:02 -0400 Augie Fackler merge with stable
Fri, 05 Aug 2016 16:25:15 -0400 Augie Fackler exchange: correctly specify url to unbundle (issue5145) stable
Tue, 02 Aug 2016 03:50:58 +0200 Pierre-Yves David tests: remove bundle2 activation from test-hook.t
Thu, 05 May 2016 20:57:38 +0900 Mike Hommey bundle2: properly request phases during getbundle stable
Thu, 14 Apr 2016 02:41:15 -0700 Pierre-Yves David hook: report untrusted hooks as failure (issue5110) (BC)
Sun, 03 Apr 2016 08:26:57 +0100 Maciej Fijalkowski pypy: fix overspecific test checks
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)
less more (0) -100 -60 tip