log

age author description
Mon, 14 Nov 2022 17:18:56 +0100 Raphaël Gomès hg-cpython: upgrade dependencies
Mon, 14 Nov 2022 17:17:04 +0100 Raphaël Gomès hg-core: upgrade all remaining dependencies
Mon, 14 Nov 2022 17:14:20 +0100 Raphaël Gomès hg-core: upgrade `clap` dependency
Mon, 14 Nov 2022 16:35:57 +0100 Raphaël Gomès hg-core: upgrade `zstd` dependency
Mon, 14 Nov 2022 15:43:05 +0100 Raphaël Gomès hg-core: make use of `strip_suffix` now that we're using Rust 1.45+
Mon, 14 Nov 2022 15:34:51 +0100 Raphaël Gomès rust: use `matches!` macro now that we're using Rust 1.42+
Mon, 14 Nov 2022 15:31:49 +0100 Raphaël Gomès hg-core: remove unneeded util now that we support Rust 1.42+
Mon, 14 Nov 2022 15:29:58 +0100 Raphaël Gomès hg-core: remove unneeded trait now that we support Rust 1.52+
Mon, 14 Nov 2022 15:20:48 +0100 Raphaël Gomès rust: remove newly redundant `use` statements with the 2021 edition prelude
Mon, 14 Nov 2022 15:19:27 +0100 Raphaël Gomès rust: move all crates in the main workspace to edition 2021
Thu, 20 Oct 2022 12:26:57 +0200 Raphaël Gomès rust: upgrade supported Rust toolchain version
Sun, 20 Nov 2022 15:55:27 -0500 Matt Harbison help: fix a py3 error interpolating Set into b'%s' stable
Sat, 19 Nov 2022 20:40:47 +0100 Raphaël Gomès branching: merge stable into default
Sat, 19 Nov 2022 16:14:20 +0100 Raphaël Gomès Added signature for changeset c890d8b8bc59 stable
Sat, 19 Nov 2022 16:14:08 +0100 Raphaël Gomès Added tag 6.3.1 for changeset c890d8b8bc59 stable
Sat, 19 Nov 2022 16:00:39 +0100 Raphaël Gomès relnotes: add 6.3.1 stable 6.3.1
Sat, 19 Nov 2022 16:43:02 +0100 Pierre-Yves David tests: fix test-sparse-revlog
Sat, 19 Nov 2022 01:35:01 +0100 Pierre-Yves David memory-usage: fix `hg log --follow --rev R F` space complexity stable
Fri, 18 Nov 2022 13:47:29 +0000 Arseniy Alekseyev tests: run many tests in $TESTTMP/repo instead of $TESTTMP stable
Fri, 18 Nov 2022 13:52:18 +0000 Arseniy Alekseyev tests: fix the detection of dirstate-v2 in hghave.py stable
Thu, 17 Nov 2022 14:37:43 +0000 Arseniy Alekseyev dirstate-v2: do not put the dirstate data file in a transaction, stable
Fri, 18 Nov 2022 13:43:03 -0500 Matt Harbison commit: properly consider file include and exclude options when closing branch stable
Fri, 18 Nov 2022 14:03:56 -0500 Matt Harbison tests: demonstrate a bug blocking a redundant branch close stable
Thu, 17 Nov 2022 16:31:52 +0000 Arseniy Alekseyev tests: stop creating temporary files in TESTDIR stable
Sun, 06 Nov 2022 15:03:31 -0500 Pierre-Yves David delta-find: adjust the moment when we mark something as "tested"
Sun, 06 Nov 2022 12:53:57 -0500 Pierre-Yves David delta-find: rename a variable for clarity
Sun, 06 Nov 2022 12:53:03 -0500 Pierre-Yves David delta-find: small documentation update
Sun, 06 Nov 2022 12:51:50 -0500 Pierre-Yves David delta-find: move pre-filtering with other pre-filtering logic
Sun, 06 Nov 2022 13:46:08 -0500 Pierre-Yves David delta-find: expand a function definition and call before extendin it
Mon, 17 Oct 2022 22:19:43 +0200 Pierre-Yves David debug: add an option to display statistic about a unbundling operation