log

age author description
Mon, 18 Nov 2024 15:42:09 +0100 Dan Villiom Podlaski Christiansen rust: fix darwin build default tip
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
Wed, 30 Oct 2024 19:38:56 -0700 Brian Hulette histedit-continue: wire up `hg continue` and `histedit`
Wed, 20 Nov 2024 15:53:19 +0100 Raphaël Gomès branching: merge stable into default
Wed, 20 Nov 2024 15:38:57 +0100 Raphaël Gomès Added signature for changeset b267c5764cc6 stable
Wed, 20 Nov 2024 15:38:54 +0100 Raphaël Gomès Added tag 6.9 for changeset b267c5764cc6 stable
Wed, 20 Nov 2024 14:41:23 +0100 Raphaël Gomès relnotes: write final 6.9 notes stable 6.9
Wed, 20 Nov 2024 06:33:43 +0100 Pierre-Yves David rust: add some warning about using Rust stable
Wed, 20 Nov 2024 06:32:35 +0100 Pierre-Yves David rust: update install instruction stable
Wed, 20 Nov 2024 12:09:35 +0100 Pierre-Yves David ci: add sink for wheels too stable
Wed, 13 Nov 2024 22:42:35 +0100 Pierre-Yves David wheel: also build wheel for linux arm64 in the CI stable
Fri, 15 Nov 2024 21:52:31 -0500 Matt Harbison contrib: add a script to build all of the wheels on macOS stable
Mon, 18 Nov 2024 15:02:59 +0100 Raphaël Gomès rhg-status: rename a variable to be more explicit stable
Mon, 18 Nov 2024 15:02:07 +0100 Raphaël Gomès rhg-status: use `Filelog` default options when opening filelogs stable
Fri, 15 Nov 2024 23:50:35 +0100 Pierre-Yves David wheels: make sure we create the `dist/` directory in the make target stable
Fri, 15 Nov 2024 23:34:43 +0100 Pierre-Yves David wheels: remove deprecated blacklist stable
Thu, 14 Nov 2024 16:11:52 -0500 Matt Harbison contrib: add a bat file to build all of the wheels on Windows stable
Thu, 14 Nov 2024 15:36:41 -0500 Matt Harbison contrib: install the arm64 compiler tools in the Windows dependency script stable
Fri, 15 Nov 2024 17:36:38 +0100 Pierre-Yves David wheels: also build the i686 wheel in the CI stable
Fri, 15 Nov 2024 16:22:01 +0100 Pierre-Yves David wheel: reintroduce the building of i686 wheel stable
Fri, 15 Nov 2024 07:20:12 +0100 Pierre-Yves David wheel: also build the musl wheel in the ci stable
Thu, 14 Nov 2024 22:09:36 +0100 Pierre-Yves David wheel: add a target for amdx86_64-musl wheels stable
Fri, 15 Nov 2024 16:27:41 +0100 Pierre-Yves David packaging: factor the linux-wheels-x86_64 a bit stable
Fri, 15 Nov 2024 16:25:38 +0100 Pierre-Yves David packaging: propagate the make option to packaging target stable
Fri, 15 Nov 2024 16:24:39 +0100 Pierre-Yves David packaging: remove the i686 wheel from the linux-wheels target stable
Fri, 15 Nov 2024 16:41:30 +0100 Pierre-Yves David wheels: rely on the image config to be able to access the repository stable
Fri, 15 Nov 2024 16:34:50 +0100 Pierre-Yves David packaging: explain why we purge while building wheels stable
Fri, 15 Nov 2024 00:01:34 +0100 Pierre-Yves David ci: for branches, use a single trigger stable
Thu, 14 Nov 2024 22:44:25 +0100 Pierre-Yves David ci: add "sink" for parallel tests stable
Fri, 15 Nov 2024 00:29:37 +0100 Pierre-Yves David ci: abstract the branch matching regexp stable
Thu, 14 Nov 2024 16:45:23 +0100 Raphaël Gomès branching: merge stable into default