Wed, 03 Mar 2021 18:00:54 +0100 |
Simon Sapin |
tests: Add `rhg` and `no-rhg` for #require and #if in .t files
|
Thu, 04 Feb 2021 23:23:35 +0100 |
Joerg Sonnenberger |
ci: test real dependency installation for pip
|
Wed, 27 Jan 2021 15:06:02 +0100 |
Pierre-Yves David |
clang-format: show required version in skip message
|
Wed, 27 Jan 2021 14:58:24 +0100 |
Pierre-Yves David |
black: show required version in skip message
|
Tue, 26 Jan 2021 17:25:30 -0500 |
Matt Harbison |
hghave: list the module needed for the `vcr` check
|
Sun, 17 Jan 2021 22:25:15 -0500 |
Matt Harbison |
hghave: split apart testing for the curses module and `tic` executable
|
Sun, 17 Jan 2021 02:50:26 -0500 |
Matt Harbison |
hghave: adjust the definition of `tic` to allow curses tests on Windows
|
Fri, 15 Jan 2021 14:05:32 +0100 |
Pierre-Yves David |
hghave: clarify `sqlite` requirements
|
Sat, 19 Dec 2020 12:07:24 +0900 |
Yuya Nishihara |
chg: format code by clang-format version 11.0.1-+rc1-1
|
Mon, 14 Dec 2020 17:22:11 +0100 |
Pierre-Yves David |
hghave: add some official category for known-bad and missing-good output
|
Tue, 08 Dec 2020 12:43:18 -0500 |
Matt Harbison |
hghave: update the check for virtualenv
|
Mon, 23 Nov 2020 14:33:58 +0100 |
Pierre-Yves David |
rust-format: pin the formatted to a specific nightly version
|
Fri, 27 Nov 2020 17:11:56 -0500 |
Matt Harbison |
hghave: adjust the detection of `pylint` for modern versions
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Thu, 24 Sep 2020 16:30:00 +0200 |
Raphaël Gomès |
rust-tests: add test to check if `Cargo.lock` is up-to-date
|
Fri, 24 Jul 2020 12:13:10 -0700 |
Kyle Lippincott |
tests: virtualenv is only used on py2, rename and conditionalize
|
Tue, 21 Jul 2020 20:49:05 +0900 |
Yuya Nishihara |
hghave: fix possible int('') in has_clang_format()
stable
|
Mon, 20 Jul 2020 17:38:01 +0200 |
Manuel Jacob |
tests: correctly match clang-format version >= 10
|
Mon, 13 Jul 2020 13:06:12 -0400 |
Augie Fackler |
merge with stable
|
Wed, 08 Jul 2020 08:57:21 +0200 |
Manuel Jacob |
archival: abort if compression method is unavailable
stable
|
Wed, 17 Jun 2020 17:46:30 +0530 |
Pulkit Goyal |
tests: add hghave rule 'setprocname' to check if osutil.setprocname and use it
|
Sat, 30 May 2020 05:27:53 +0200 |
Manuel Jacob |
tests: remove "sslcontext" check
|
Sat, 30 May 2020 05:08:02 +0200 |
Manuel Jacob |
tests: remove "defaultcacerts" check
|
Sat, 28 Mar 2020 09:21:46 -0700 |
Gregory Szorc |
tests: pass str to matchoutput()
|
Wed, 11 Mar 2020 05:41:02 +0100 |
Manuel Jacob |
tests: check availability of pyflakes by trying to import pyflakes module
|
Mon, 09 Mar 2020 12:53:21 -0700 |
Martin von Zweigbergk |
hghave: add a check for pygit2
|
Tue, 18 Feb 2020 18:32:31 +0100 |
Pierre-Yves David |
hghave: add a `rust` keyword to detect the use of compiled rust code
|
Fri, 06 Mar 2020 23:04:58 +0100 |
Manuel Jacob |
tests: use pyflakes module instead of pyflakes executable
|
Fri, 06 Mar 2020 09:50:57 +0100 |
Manuel Jacob |
tests: rename _bytespath() to _sys2bytes() and _strpath() to _sys2str()
|
Fri, 07 Feb 2020 15:55:21 +0100 |
Julien Cristau |
hghave: cache the result of gethgversion
|