log tests/test-extension.t @ 45606:2a169781556e

age author description
Sat, 27 Jun 2020 21:45:20 -0400 Matt Harbison version: sort extensions by name in verbose mode
Thu, 18 Jun 2020 17:54:39 +0530 Pulkit Goyal tests: use proctutil.stdout.write() instead of print() in test-extension.t
Fri, 12 Jun 2020 23:43:56 +0200 Manuel Jacob tests: remove unused creation of file and outdated text
Wed, 19 Jun 2019 05:37:33 +0200 Pierre-Yves David run-tests: stop matching line for missing feature stable
Mon, 18 Feb 2019 00:27:25 +0900 FUJIWARA Katsunori tests: bulk changes to avoid whitespace errors of check-code.py
Mon, 18 Feb 2019 00:27:25 +0900 FUJIWARA Katsunori tests: bulk changes to avoid "omit superfluous pass" check-code.py error
Sat, 02 Feb 2019 21:58:49 -0800 Ludovic Chabant extdiff: support tools that can be run simultaneously
Fri, 01 Feb 2019 17:03:51 -0800 Gregory Szorc py3: account for demand import difference between Python versions
Tue, 29 Jan 2019 22:59:15 -0800 Ludovic Chabant extdiff: add --per-file and --confirm options
Thu, 27 Dec 2018 21:46:03 -0500 Matt Harbison extensions: deprecate extsetup without a `ui` argument (API)
Thu, 27 Dec 2018 21:26:17 -0500 Matt Harbison exthelper: reintroduce the ability to register revsets
Fri, 30 Nov 2018 21:39:55 -0500 Matt Harbison tests: convert a test extension to use exthelper
Wed, 19 Dec 2018 09:33:42 -0800 Martin von Zweigbergk help: hide default value for default-off flags
Wed, 19 Dec 2018 09:20:32 -0800 Martin von Zweigbergk help: show "[no-]" only for default-on Flags
Fri, 14 Dec 2018 13:44:46 -0800 Martin von Zweigbergk help: present boolean arguments as "--[no-]foo"
Fri, 14 Dec 2018 13:33:12 -0800 Martin von Zweigbergk help: show "default: off" for boolean flags that default to off
Sun, 09 Dec 2018 21:23:34 -0500 Matt Harbison py3: quote several instances of $PYTHON for Windows
Mon, 12 Nov 2018 21:10:51 +0900 Yuya Nishihara extensions: add "uipopulate" hook, called per instance, not per process
Fri, 20 Apr 2018 18:08:54 +0200 Boris Feld extensions: include current version in "invalid version" message
Wed, 17 Oct 2018 23:33:43 -0400 Matt Harbison py3: fix module imports in tests, as flagged by test-check-module-imports.t
Sat, 13 Oct 2018 10:09:12 +0200 Martijn Pieters py3: use py3 as the test tag, dropping the k
Mon, 08 Oct 2018 12:03:04 +0900 FUJIWARA Katsunori tests: use NO_CHECK_EOF for fragments used to test importing via extension
Mon, 08 Oct 2018 10:30:59 +0900 FUJIWARA Katsunori tests: use NO_CHECK_EOF for fragments having intentional error
Fri, 12 Oct 2018 10:01:09 -0400 Augie Fackler tests: glob away some annoying py3 differences
Fri, 12 Oct 2018 10:00:43 -0400 Augie Fackler tests: fix a repr on python3 in test-extension.t
Fri, 12 Oct 2018 10:00:14 -0400 Augie Fackler tests: so many b prefixes in test-extension.t
Fri, 12 Oct 2018 09:59:11 -0400 Augie Fackler tests: ensure print() statements in test-extension.t all flush
Sun, 30 Sep 2018 15:53:36 +0900 Yuya Nishihara formatter: remove experimental marker from -T option
Thu, 20 Sep 2018 18:36:33 +0300 Pulkit Goyal py3: encode the name to bytes before using in revsetpredicate()
Thu, 20 Sep 2018 17:23:20 +0300 Pulkit Goyal py3: add some b'' prefixes in tests/test-extension.t