mercurial at 49937: 24 new changesets
Mercurial Commits
hg at intevation.de
Wed Jan 18 10:15:49 UTC 2023
24 new changesets in mercurial:
https://www.mercurial-scm.org/repo/hg/rev/58074252db3c
changeset: 49914:58074252db3c
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 17:40:03 2023 +0100
summary: rust: run `cargo clippy`
https://www.mercurial-scm.org/repo/hg/rev/c8ef85ace216
changeset: 49915:c8ef85ace216
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 17:48:54 2023 +0100
summary: rust-narrow: fix loop that never loops
https://www.mercurial-scm.org/repo/hg/rev/321e2b7bc95c
changeset: 49916:321e2b7bc95c
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 18:00:56 2023 +0100
summary: rust: fix broken debug assertions
https://www.mercurial-scm.org/repo/hg/rev/4c71c215bcfe
changeset: 49917:4c71c215bcfe
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 18:03:24 2023 +0100
summary: rust-clippy: factor an `if` with the same duplicated clause
https://www.mercurial-scm.org/repo/hg/rev/4158608f7786
changeset: 49918:4158608f7786
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 18:04:29 2023 +0100
summary: rust-clippy: tell clippy we care about keeping those `if` clauses separate
https://www.mercurial-scm.org/repo/hg/rev/bd42bd6eae45
changeset: 49919:bd42bd6eae45
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 18:09:26 2023 +0100
summary: rust-clippy: tell clippy we want to keep those clauses separate
https://www.mercurial-scm.org/repo/hg/rev/0d301f4180f5
changeset: 49920:0d301f4180f5
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 18:15:29 2023 +0100
summary: rust-clippy: use `write_all` since we're not expecting a partial write
https://www.mercurial-scm.org/repo/hg/rev/5fff90c7ea9d
changeset: 49921:5fff90c7ea9d
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 18:22:46 2023 +0100
summary: rust-clippy: reassure `clippy` that 8 arguments is expected
https://www.mercurial-scm.org/repo/hg/rev/b6dc4802e7ef
changeset: 49922:b6dc4802e7ef
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 18:25:24 2023 +0100
summary: rust: don't use a reference to a `Cow`
https://www.mercurial-scm.org/repo/hg/rev/547d6817e0c3
changeset: 49923:547d6817e0c3
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 18:27:53 2023 +0100
summary: rust-clippy: add `is_empty` method to please the `clippy` gods
https://www.mercurial-scm.org/repo/hg/rev/66ffe3749a48
changeset: 49924:66ffe3749a48
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 18:30:42 2023 +0100
summary: rust-clippy: simplify return type of debug function
https://www.mercurial-scm.org/repo/hg/rev/49131579db62
changeset: 49925:49131579db62
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 18:50:29 2023 +0100
summary: rust-clippy: refactor complex type
https://www.mercurial-scm.org/repo/hg/rev/0780371d6b1e
changeset: 49926:0780371d6b1e
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 18:54:57 2023 +0100
summary: rust-clippy: tell `clippy` we don't need to declare a default here
https://www.mercurial-scm.org/repo/hg/rev/2202832b35e8
changeset: 49927:2202832b35e8
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 18:58:18 2023 +0100
summary: rust-nodemap: implement `PartialEq` without allocation
https://www.mercurial-scm.org/repo/hg/rev/ccb6cfb0f2c0
changeset: 49928:ccb6cfb0f2c0
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 19:07:44 2023 +0100
summary: rust-filepatterns: don't `Box` subincludes unnecessarily
https://www.mercurial-scm.org/repo/hg/rev/5f1cd6839c69
changeset: 49929:5f1cd6839c69
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 19:14:14 2023 +0100
summary: rust-utils: strip redundant prefix from enum
https://www.mercurial-scm.org/repo/hg/rev/e98fd81bb151
changeset: 49930:e98fd81bb151
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 19:18:43 2023 +0100
summary: rust-clippy: fix most warnings in `hg-core`
https://www.mercurial-scm.org/repo/hg/rev/fba29deebfe7
changeset: 49931:fba29deebfe7
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 19:32:35 2023 +0100
summary: rust-clippy: fix remaining warnings in `rhg`
https://www.mercurial-scm.org/repo/hg/rev/136aa80aa8b2
changeset: 49932:136aa80aa8b2
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 19:36:41 2023 +0100
summary: rust-clippy: disable some lints crate-wide for `hg-cpython`
https://www.mercurial-scm.org/repo/hg/rev/be3b545c5cff
changeset: 49933:be3b545c5cff
user: Raphaël Gomès <rgomes at octobus.net>
date: Mon Jan 09 19:37:05 2023 +0100
summary: rust-clippy: fix remaining warnings in `hg-cpython`
https://www.mercurial-scm.org/repo/hg/rev/83437ad8fe3d
changeset: 49934:83437ad8fe3d
user: Raphaël Gomès <rgomes at octobus.net>
date: Tue Jan 10 10:41:52 2023 +0100
summary: rust-clippy: remove redundant suffix from enum
https://www.mercurial-scm.org/repo/hg/rev/da02e88b4850
changeset: 49935:da02e88b4850
user: Raphaël Gomès <rgomes at octobus.net>
date: Tue Jan 10 10:45:38 2023 +0100
summary: rust-clippy: upgrade `bytes-cast` dependency
https://www.mercurial-scm.org/repo/hg/rev/2cd8352f7e11
changeset: 49936:2cd8352f7e11
user: Raphaël Gomès <rgomes at octobus.net>
date: Tue Jan 10 10:57:15 2023 +0100
summary: rust-clippy: merge "config" module definition and struct implementation
https://www.mercurial-scm.org/repo/hg/rev/750409505286
changeset: 49937:750409505286
bookmark: @
tag: tip
user: Raphaël Gomès <rgomes at octobus.net>
date: Tue Jan 10 11:20:54 2023 +0100
summary: rust-clippy: merge "revlog" module definition and struct implementation
--
Repository URL: https://www.mercurial-scm.org/repo/hg
More information about the Mercurial-devel
mailing list