log tests/test-extension.t @ 51370:0d414fb8336f

age author description
Mon, 26 Jun 2023 14:34:58 +0200 Mads Kiilerich tests: use grep -E instead of obsolescent egrep stable
Tue, 31 Jan 2023 11:41:59 +0100 Pierre-Yves David branching: merge with stable
Mon, 09 Jan 2023 18:09:36 +0400 Anton Shestakov tests: optional PEP 657 error location in test-extension.t (issue6781) stable
Wed, 04 Jan 2023 00:16:52 -0500 Matt Harbison tests: drop `(py3 !)` output matching predicates
Sun, 29 May 2022 15:53:01 +0200 Manuel Jacob py3: remove hack that removed flush argument from print() calls on Python 2
Sun, 20 Feb 2022 15:31:33 -0700 Gregory Szorc tests: delete some no-py3 blocks
Sun, 20 Feb 2022 15:28:44 -0700 Gregory Szorc tests: remove from __future__ from inline Python in tests
Sun, 20 Feb 2022 15:18:15 -0700 Gregory Szorc tests: remove output conditionalized on no-py3
Sat, 04 Dec 2021 03:51:33 +0100 Pierre-Yves David python2-compat: fix extensions' tests on python2
Fri, 26 Nov 2021 17:22:14 +0100 Pierre-Yves David extensions: add a default "*" suboptions prefix
Fri, 26 Nov 2021 17:17:49 +0100 Pierre-Yves David extension: add a `required` suboption to enforce the use of an extensions
Mon, 29 Nov 2021 13:09:04 +0100 Pierre-Yves David extensions: highlight the name of the faulty extensions in the error message
Mon, 20 Sep 2021 14:21:18 -0400 Matt Harbison extensions: prevent a crash on py3 with a `minimumhgversion` str value
Mon, 20 Sep 2021 14:16:10 -0400 Matt Harbison extensions: prevent a crash on py3 when testing a bad extension minimum
Wed, 18 Aug 2021 21:05:46 +0200 Pierre-Yves David pyoxidizer: disable the test for disabled & broken extensions help stable