Sat, 30 Nov 2024 17:08:41 -0500 |
Matt Harbison |
tests: drop remaining `py37` conditionals
|
Sat, 30 Nov 2024 16:54:02 -0500 |
Matt Harbison |
tests: drop remaining `py3` conditionals
|
Mon, 25 Nov 2024 18:56:39 -0500 |
Matt Harbison |
manifest: delay import of `typing.ByteString` for py 3.14 support (issue6940)
stable
|
Thu, 28 Nov 2024 14:00:49 +0100 |
Pierre-Yves David |
graft: also forbid "--base" with "--stop" and the like
|
Thu, 28 Nov 2024 13:22:31 +0100 |
Pierre-Yves David |
graft: gather arg compatibility code
|
Wed, 20 Nov 2024 04:23:45 +0100 |
Pierre-Yves David |
graft: get the editor later
|
Wed, 20 Nov 2024 04:22:12 +0100 |
Pierre-Yves David |
graft: clarify the args passing depending of variants
|
Wed, 20 Nov 2024 04:13:13 +0100 |
Pierre-Yves David |
graft: explicitly pass the "tool" argument
|
Wed, 20 Nov 2024 02:37:37 +0100 |
Pierre-Yves David |
graft: move "dry_run" and "base" in statedate
|
Wed, 20 Nov 2024 02:37:28 +0100 |
Pierre-Yves David |
graft: move no_commit into "statedata" too
|
Wed, 20 Nov 2024 02:10:43 +0100 |
Pierre-Yves David |
graft: assign computed configuration value to statedata instead of opts
|
Tue, 19 Nov 2024 15:54:20 +0100 |
Pierre-Yves David |
graft: split the argument processing from the grafting
|
Tue, 19 Nov 2024 15:46:12 +0100 |
Pierre-Yves David |
commands: create a "mercurial.cmd_impls" module to host graft
|
Wed, 27 Nov 2024 22:09:37 -0500 |
Matt Harbison |
branching: merge stable into default
|
Wed, 27 Nov 2024 00:13:27 -0500 |
Matt Harbison |
run-tests: disable caching of the wheels when installing test Mercurial
stable
|
Wed, 27 Nov 2024 17:03:06 -0500 |
Matt Harbison |
tests: use `--no-cache-dir` with `pip`
stable
|
Thu, 24 Oct 2024 00:47:20 +0200 |
paugier |
setup_py: logging without distutils
|
Thu, 24 Oct 2024 15:49:33 +0200 |
paugier |
setup_py: simplify cancompile with 'with open(...)'
|
Sat, 23 Nov 2024 06:07:40 +0100 |
paugier |
setup_py: imports standard lib at the top
|
Thu, 24 Oct 2024 15:18:37 +0200 |
paugier |
setup_py: simpler silence warnings unused-import
|
Sat, 23 Nov 2024 06:01:42 +0100 |
paugier |
setup_py: function defs after imports
|
Thu, 24 Oct 2024 15:13:23 +0200 |
paugier |
setup_py: remove IronPython Python 2.7 specific code
|
Sat, 23 Nov 2024 05:50:43 +0100 |
paugier |
setup_py: simplify ssl check
|
Thu, 24 Oct 2024 00:38:01 +0200 |
paugier |
setup_py: remove python_requires in setup.py
|
Thu, 24 Oct 2024 00:46:22 +0200 |
paugier |
setup_py: first tiny cleanup
|
Wed, 27 Nov 2024 00:10:40 -0500 |
Matt Harbison |
ci: disable caching of the wheels that get built to save space
stable
|
Mon, 21 Oct 2024 23:10:37 +0200 |
paugier |
tests: use PYTHONSAFEPATH (-P) to check mercurial lib path
|
Thu, 21 Nov 2024 11:46:10 -0500 |
Matt Harbison |
setup: require TLS 1.2 support from the Python interpreter (BC)
|
Thu, 21 Nov 2024 01:07:47 -0500 |
Matt Harbison |
run-tests: refactor the HGPORT handling code to use a constant for the max val
|
Mon, 18 Nov 2024 15:42:09 +0100 |
Dan Villiom Podlaski Christiansen |
rust: fix darwin build
|
Mon, 04 Nov 2024 15:28:32 +0100 |
Rapha?l Gom?s |
rust: remove `atty` dependency
|
Mon, 04 Nov 2024 15:33:17 +0100 |
Rapha?l Gom?s |
rust: update `env_logger` dependency
|
Mon, 04 Nov 2024 15:23:41 +0100 |
Rapha?l Gom?s |
rust: update `clap` to the latest 4.x version
|
Mon, 04 Nov 2024 15:17:54 +0100 |
Rapha?l Gom?s |
rust: fix `cargo doc` warnings
|
Mon, 04 Nov 2024 13:43:36 +0100 |
Rapha?l Gom?s |
rust-compression: move the `Send` bound to the `Compressor` trait
|
Mon, 04 Nov 2024 12:10:22 +0100 |
Rapha?l Gom?s |
rust-inner-revlog: cache the compressor
|
Mon, 04 Nov 2024 11:26:41 +0100 |
Rapha?l Gom?s |
rust-lib: remove exports for not too common pattern-related types
|
Mon, 04 Nov 2024 11:21:43 +0100 |
Rapha?l Gom?s |
rust-lib: move `PatternError` to the `filepatterns` module
|
Mon, 04 Nov 2024 11:18:36 +0100 |
Rapha?l Gom?s |
rust-lib: move `Dirstate*Error` to the `dirstate` module
|
Mon, 04 Nov 2024 11:13:05 +0100 |
Rapha?l Gom?s |
rust-lib: only export very common types to the top of the crate
|
Mon, 04 Nov 2024 11:07:05 +0100 |
Rapha?l Gom?s |
rust-dirstate: remove star exports
|
Mon, 04 Nov 2024 11:00:58 +0100 |
Rapha?l Gom?s |
rust-dirstate: merge `dirstate_tree` module into `dirstate`
|
Mon, 04 Nov 2024 10:38:17 +0100 |
Rapha?l Gom?s |
rust-revlog: rename `end` to `data_end`
|
Mon, 04 Nov 2024 10:37:42 +0100 |
Rapha?l Gom?s |
rust-revlog: rename `start` to `data_start`
|
Mon, 04 Nov 2024 10:36:45 +0100 |
Rapha?l Gom?s |
rust-revlog: rename `length` to `data_compressed_length`
|
Tue, 29 Oct 2024 12:03:55 +0100 |
Rapha?l Gom?s |
rust-vfs: rename `open` to `open_write` and `open_read` to `open`
|
Tue, 29 Oct 2024 11:41:27 +0100 |
Rapha?l Gom?s |
rust-status: fix a future compilation error
|
Tue, 29 Oct 2024 11:35:41 +0100 |
Rapha?l Gom?s |
rust-cpython: remove outdated test
|
Tue, 29 Oct 2024 11:35:01 +0100 |
Rapha?l Gom?s |
rust: fix clippy lints
|
Tue, 29 Oct 2024 11:00:04 +0100 |
Rapha?l Gom?s |
rust: normalize `_for_unchecked_rev` naming among revlogs and the index
|
Tue, 12 Nov 2024 12:45:23 +0100 |
Pierre-Yves David |
ci: add a small script one can run to purge older pipeline
|
Mon, 11 Nov 2024 21:25:03 -0500 |
Matt Harbison |
sslutil: bump the default minimum TLS version of the client to 1.2 (BC)
|
Mon, 11 Nov 2024 13:03:13 -0500 |
Matt Harbison |
help: modernize the help text for `hostsecurity.minimumprotocol`
|
Mon, 11 Nov 2024 12:08:26 -0500 |
Matt Harbison |
tests: stop killing (most) https servers individually
|
Mon, 21 Dec 2020 20:21:46 -0500 |
Matt Harbison |
sslutil: add support for clients to set TLSv1.3 as the minimum protocol
|
Mon, 21 Dec 2020 13:50:25 -0500 |
Matt Harbison |
run-tests: add a 4th `HGPORT` value
|
Mon, 11 Nov 2024 12:32:04 -0500 |
Matt Harbison |
sslutil: drop the unused `commonssloptions()`
|
Wed, 20 Nov 2024 16:31:40 -0500 |
Matt Harbison |
sslutil: de-indent the Python 3.7+ code from the previous commit
|
Fri, 08 Nov 2024 19:48:06 -0500 |
Matt Harbison |
sslutil: drop support for Python prior to 3.7
|
Tue, 12 Nov 2024 23:20:04 +0100 |
Rapha?l Gom?s |
rust-manifest: use `memchr` crate for all byte-finding needs
|